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/bug64239.phpt |
--TEST-- Bug #64239 (ReflectionClass::getMethods() changed behavior) --FILE-- <?php class A { use T2 { t2method as Bmethod; } } trait T2 { public function t2method() { } } class B extends A{ } $obj = new ReflectionClass("B"); print_r($obj->getMethods()); print_r(($method = $obj->getMethod("Bmethod"))); var_dump($method->getName()); var_dump($method->getShortName()); ?> --EXPECT-- Array ( [0] => ReflectionMethod Object ( [name] => Bmethod [class] => A ) [1] => ReflectionMethod Object ( [name] => t2method [class] => A ) ) ReflectionMethod Object ( [name] => Bmethod [class] => A ) string(7) "Bmethod" string(7) "Bmethod"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare