Home
last modified time | relevance | path

Searched refs:zend_register_functions (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug66218.phpt2 Bug #66218 zend_register_functions breaks reflection
/PHP-5.5/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt2 ReflectionExtension::getFunctions() ##6218 zend_register_functions breaks reflection
/PHP-5.5/Zend/
H A Dzend_API.c1946 …if (module->functions && zend_register_functions(NULL, module->functions, NULL, module->type TSRML… in zend_register_module_ex()
2027 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,… in zend_register_functions() function
2504zend_register_functions(class_entry, class_entry->info.internal.builtin_functions, &class_entry->f… in do_register_internal_class()
2635 …return zend_register_functions(NULL, disabled_function, CG(function_table), MODULE_PERSISTENT TSRM… in zend_disable_function()
H A Dzend_API.h265 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,…
/PHP-5.5/main/
H A Dmain.c2245zend_register_functions(NULL, sapi_module.additional_functions, NULL, MODULE_PERSISTENT TSRMLS_CC); in php_module_startup()
/PHP-5.5/
H A DNEWS1387 . Fixed bug #66218 (zend_register_functions breaks reflection). (Remi)

Completed in 46 milliseconds