Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_opcode.c147 ZEND_API int zend_cleanup_function_data_full(zend_function *function TSRMLS_DC) in zend_cleanup_function_data_full() function
161 …zend_hash_apply(&(*pce)->function_table, (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC); in zend_cleanup_class_data()
H A Dzend_compile.h568 ZEND_API int zend_cleanup_function_data_full(zend_function *function TSRMLS_DC);
H A Dzend_execute_API.c292 zend_hash_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC); in shutdown_executor()

Completed in 16 milliseconds