Searched refs:target_function_table (Results 1 – 1 of 1) sorted by relevance
2804 HashTable *target_function_table = function_table; in zend_register_functions() local2815 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() local3071 if (!target_function_table) { in zend_unregister_functions()3072 target_function_table = CG(function_table); in zend_unregister_functions()[all …]
Completed in 34 milliseconds