Searched refs:zend_register_functions (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/reflection/tests/ |
H A D | ReflectionExtension_bug66218.phpt | 2 ReflectionExtension::getFunctions() ##6218 zend_register_functions breaks reflection
|
/PHP-8.3/Zend/tests/ |
H A D | bug66218.phpt | 2 Bug #66218 zend_register_functions breaks reflection
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | dl-use_register_functions_directly.phpt | 2 dl(): use zend_register_functions() directly
|
/PHP-8.3/ext/dl_test/ |
H A D | dl_test.c | 90 zend_register_functions(NULL, php_dl_test_use_register_functions_directly_functions, NULL, type); in PHP_INI_END()
|
/PHP-8.3/Zend/ |
H A D | zend_enum.c | 512 zend_register_functions( in zend_register_internal_enum() 516 zend_register_functions( in zend_register_internal_enum()
|
H A D | zend_API.c | 2513 …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 3323 …zend_register_functions(class_entry, class_entry->info.internal.builtin_functions, &class_entry->f… in do_register_internal_class()
|
H A D | zend_API.h | 374 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu…
|
/PHP-8.3/ext/zend_test/ |
H A D | test.c | 1193 zend_register_functions(NULL, dynamic_function_entries, NULL, module_type); in register_dynamic_function_entries() 1258 zend_register_functions(NULL, ext_function_legacy, NULL, EG(current_module)->type); in PHP_MINIT_FUNCTION()
|
/PHP-8.3/main/ |
H A D | main.c | 2257 zend_register_functions(NULL, sapi_module.additional_functions, NULL, MODULE_PERSISTENT); in php_module_startup()
|
Completed in 45 milliseconds