Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_API.c2154 HashTable *target_function_table = function_table; in zend_register_functions() local
2168 if (!target_function_table) { in zend_register_functions()
2169 target_function_table = CG(function_table); in zend_register_functions()
2268 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2277 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()
2380 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()
2386 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2493 HashTable *target_function_table = function_table; in zend_unregister_functions() local
2497 if (!target_function_table) { in zend_unregister_functions()
2498 target_function_table = CG(function_table); in zend_unregister_functions()
[all …]

Completed in 16 milliseconds