Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt2 ReflectionExtension::getFunctions() ##6218 zend_register_functions breaks reflection
/PHP-8.3/Zend/tests/
H A Dbug66218.phpt2 Bug #66218 zend_register_functions breaks reflection
/PHP-8.3/ext/standard/tests/general_functions/
H A Ddl-use_register_functions_directly.phpt2 dl(): use zend_register_functions() directly
/PHP-8.3/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-8.3/Zend/
H A Dzend_enum.c512 zend_register_functions( in zend_register_internal_enum()
516 zend_register_functions( in zend_register_internal_enum()
H A Dzend_API.c2513 …if (module->functions && zend_register_functions(NULL, module->functions, NULL, module->type)==FAI… in zend_register_module_ex()
2798 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu… in zend_register_functions() function
3323zend_register_functions(class_entry, class_entry->info.internal.builtin_functions, &class_entry->f… in do_register_internal_class()
H A Dzend_API.h374 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu…
/PHP-8.3/ext/zend_test/
H A Dtest.c1165 zend_register_functions(NULL, dynamic_function_entries, NULL, module_type); in register_dynamic_function_entries()
1228 zend_register_functions(NULL, ext_function_legacy, NULL, EG(current_module)->type); in PHP_MINIT_FUNCTION()
/PHP-8.3/main/
H A Dmain.c2257 zend_register_functions(NULL, sapi_module.additional_functions, NULL, MODULE_PERSISTENT); in php_module_startup()

Completed in 66 milliseconds