Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.c1970 HashTable *target_function_table = function_table; in zend_register_functions() local
1984 if (!target_function_table) { in zend_register_functions()
1985 target_function_table = CG(function_table); in zend_register_functions()
2069 zend_unregister_functions(functions, count, target_function_table TSRMLS_CC); in zend_register_functions()
2078 …result = zend_hash_add(target_function_table, lowercase_name, fname_len+1, &function, sizeof(zend_… in zend_register_functions()
2133 if (zend_hash_exists(target_function_table, lowercase_name, fname_len+1)) { in zend_register_functions()
2139 zend_unregister_functions(functions, count, target_function_table TSRMLS_CC); in zend_register_functions()
2229 HashTable *target_function_table = function_table; in zend_unregister_functions() local
2231 if (!target_function_table) { in zend_unregister_functions()
2232 target_function_table = CG(function_table); in zend_unregister_functions()
[all …]

Completed in 25 milliseconds