--TEST-- ReflectionExtension::getFunctions() ##6218 zend_register_functions breaks reflection --SKIPIF-- --FILE-- getFunctions(); var_dump($t['dl']); ?> Done --EXPECTF-- object(ReflectionFunction)#%d (1) { ["name"]=> string(2) "dl" } Done