Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_API.c2123 HashTable *target_function_table = function_table; in zend_register_functions() local
2137 if (!target_function_table) { in zend_register_functions()
2138 target_function_table = CG(function_table); in zend_register_functions()
2233 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2242 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()
2316 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()
2322 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2430 HashTable *target_function_table = function_table; in zend_unregister_functions() local
2434 if (!target_function_table) { in zend_unregister_functions()
2435 target_function_table = CG(function_table); in zend_unregister_functions()
[all …]

Completed in 17 milliseconds