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/bug36337.phpt |
--TEST-- Reflection Bug #36337 (ReflectionProperty fails to return correct visibility) --FILE-- <?php abstract class enum { protected $_values; public function __construct() { $property = new ReflectionProperty(get_class($this),'_values'); var_dump($property->isProtected()); } } final class myEnum extends enum { public $_values = array( 0 => 'No value', ); } $x = new myEnum(); echo "Done\n"; ?> --EXPECT-- bool(false) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare