Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c2033 HashTable *target_function_table = function_table; in zend_register_functions() local
2047 if (!target_function_table) { in zend_register_functions()
2048 target_function_table = CG(function_table); in zend_register_functions()
2132 zend_unregister_functions(functions, count, target_function_table TSRMLS_CC); in zend_register_functions()
2141 …result = zend_hash_add(target_function_table, lowercase_name, fname_len+1, &function, sizeof(zend_… in zend_register_functions()
2196 if (zend_hash_exists(target_function_table, lowercase_name, fname_len+1)) { in zend_register_functions()
2202 zend_unregister_functions(functions, count, target_function_table TSRMLS_CC); in zend_register_functions()
2292 HashTable *target_function_table = function_table; in zend_unregister_functions() local
2294 if (!target_function_table) { in zend_unregister_functions()
2295 target_function_table = CG(function_table); in zend_unregister_functions()
[all …]

Completed in 19 milliseconds