target_function_table 2127 Zend/zend_API.c HashTable *target_function_table = function_table; target_function_table 2141 Zend/zend_API.c if (!target_function_table) { target_function_table 2142 Zend/zend_API.c target_function_table = CG(function_table); target_function_table 2237 Zend/zend_API.c zend_unregister_functions(functions, count, target_function_table); target_function_table 2246 Zend/zend_API.c if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { target_function_table 2320 Zend/zend_API.c if (zend_hash_exists(target_function_table, lowercase_name)) { target_function_table 2326 Zend/zend_API.c zend_unregister_functions(functions, count, target_function_table); target_function_table 2434 Zend/zend_API.c HashTable *target_function_table = function_table; target_function_table 2438 Zend/zend_API.c if (!target_function_table) { target_function_table 2439 Zend/zend_API.c target_function_table = CG(function_table); target_function_table 2448 Zend/zend_API.c zend_hash_del(target_function_table, lowercase_name);