clean_non_persistent_function_full  837 Zend/zend.c    		zend_hash_reverse_apply(GLOBAL_FUNCTION_TABLE, (apply_func_t) clean_non_persistent_function_full);
clean_non_persistent_function_full  738 Zend/zend_compile.h ZEND_API int clean_non_persistent_function_full(zval *zv);
clean_non_persistent_function_full  363 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(function_table), clean_non_persistent_function_full);