Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_API.c2176 zend_unregister_functions(functions, count, target_function_table TSRMLS_CC); in zend_register_functions()
2257 zend_unregister_functions(functions, count, target_function_table TSRMLS_CC); in zend_register_functions()
2349 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions() function
2439 zend_unregister_functions(module->functions, -1, NULL TSRMLS_CC); in module_destructor()
H A Dzend_API.h269 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …

Completed in 32 milliseconds