Searched refs:target_function_table (Results 1 – 1 of 1) sorted by relevance
2928 HashTable *target_function_table = function_table; in zend_register_functions() local2939 if (!target_function_table) { in zend_register_functions()2940 target_function_table = CG(function_table); in zend_register_functions()3057 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()3065 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()3206 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()3212 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()3226 HashTable *target_function_table = function_table; in zend_unregister_functions() local3230 if (!target_function_table) { in zend_unregister_functions()3231 target_function_table = CG(function_table); in zend_unregister_functions()[all …]
Completed in 18 milliseconds