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/bug45571.phpt |
--TEST-- Bug #45571 (ReflectionClass::export() shows superclasses' private static methods.) --FILE-- <?php Class A { static private $a = 0; static protected $b = 1; static public $c = 2; private function f() {} private static function sf() {} } Class C extends A { } ReflectionClass::export("C"); ?> --EXPECTF-- Class [ <user> class C extends A ] { @@ %s 12-12 - Constants [0] { } - Static properties [2] { Property [ protected static $b ] Property [ public static $c ] } - Static methods [0] { } - Properties [0] { } - Methods [0] { } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare