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/bug26695.phpt |
--TEST-- Reflection Bug #26695 (Reflection API does not recognize mixed-case class hints) --FILE-- <?php class Foo { } class Bar { function demo(foo $f) { } } $class = new ReflectionClass('bar'); $methods = $class->getMethods(); $params = $methods[0]->getParameters(); $class = $params[0]->getClass(); var_dump($class->getName()); ?> ===DONE=== --EXPECT-- string(3) "Foo" ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare