Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt2 ReflectionExtension::getFunctions() ##6218 zend_register_functions breaks reflection
/php-src/Zend/tests/
H A Dbug66218.phpt2 Bug #66218 zend_register_functions breaks reflection
/php-src/ext/standard/tests/general_functions/
H A Ddl-use_register_functions_directly.phpt2 dl(): use zend_register_functions() directly
/php-src/ext/dl_test/
H A Ddl_test.c90 zend_register_functions(NULL, php_dl_test_use_register_functions_directly_functions, NULL, type); in PHP_INI_END()
/php-src/Zend/
H A Dzend_enum.c515 zend_register_functions( in zend_register_internal_enum()
519 zend_register_functions( in zend_register_internal_enum()
H A Dzend_API.c2568 …if (module->functions && zend_register_functions(NULL, module->functions, NULL, module_type)==FAIL… in zend_register_module_ex()
2854 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu… in zend_register_functions() function
3402zend_register_functions(class_entry, class_entry->info.internal.builtin_functions, &class_entry->f… in do_register_internal_class()
H A Dzend_API.h378 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu…
/php-src/ext/zend_test/
H A Dtest.c1113 zend_register_functions(NULL, dynamic_function_entries, NULL, module_type); in register_dynamic_function_entries()
1176 zend_register_functions(NULL, ext_function_legacy, NULL, EG(current_module)->type); in PHP_MINIT_FUNCTION()
/php-src/main/
H A Dmain.c2233 zend_register_functions(NULL, sapi_module.additional_functions, NULL, MODULE_PERSISTENT); in php_module_startup()

Completed in 52 milliseconds