Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_API.c2804 HashTable *target_function_table = function_table; in zend_register_functions() local
2815 if (!target_function_table) { in zend_register_functions()
2816 target_function_table = CG(function_table); in zend_register_functions()
2919 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2927 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()
3047 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()
3053 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
3067 HashTable *target_function_table = function_table; in zend_unregister_functions() local
3071 if (!target_function_table) { in zend_unregister_functions()
3072 target_function_table = CG(function_table); in zend_unregister_functions()
[all …]

Completed in 20 milliseconds