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_constructor_001.phpt |
--TEST-- ReflectionClass::__constructor() --FILE-- <?php $r1 = new ReflectionClass("stdClass"); $myInstance = new stdClass; $r2 = new ReflectionClass($myInstance); class TrickClass { function __toString() { //Return the name of another class return "Exception"; } } $myTrickClass = new TrickClass; $r3 = new ReflectionClass($myTrickClass); var_dump($r1, $r2, $r3); ?> --EXPECTF-- object(ReflectionClass)#%d (1) { ["name"]=> string(8) "stdClass" } object(ReflectionClass)#%d (1) { ["name"]=> string(8) "stdClass" } object(ReflectionClass)#%d (1) { ["name"]=> string(10) "TrickClass" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare