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/ReflectionClass_export_basic2.phpt |
--TEST-- ReflectionClass::export() - ensure inherited private props are hidden. --FILE-- <?php Class c { private $a; static private $b; } class d extends c {} ReflectionClass::export("c"); ReflectionClass::export("d"); ?> --EXPECTF-- Class [ <user> class c ] { @@ %s 2-5 - Constants [0] { } - Static properties [1] { Property [ private static $b ] } - Static methods [0] { } - Properties [1] { Property [ <default> private $a ] } - Methods [0] { } } Class [ <user> class d extends c ] { @@ %s 7-7 - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare