Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_API.c2928 HashTable *target_function_table = function_table; in zend_register_functions() local
2939 if (!target_function_table) { in zend_register_functions()
2940 target_function_table = CG(function_table); in zend_register_functions()
3050 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
3058 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()
3199 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()
3205 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
3219 HashTable *target_function_table = function_table; in zend_unregister_functions() local
3223 if (!target_function_table) { in zend_unregister_functions()
3224 target_function_table = CG(function_table); in zend_unregister_functions()
[all …]

Completed in 18 milliseconds