Searched refs:zend_unregister_functions (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_API.c | 2919 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions() 3053 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions() 3063 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions() function 3189 zend_unregister_functions(module->functions, -1, NULL); in module_destructor()
|
H A D | zend_API.h | 375 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …
|
Completed in 29 milliseconds