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