apply_func_t      837 Zend/zend.c    		zend_hash_reverse_apply(GLOBAL_FUNCTION_TABLE, (apply_func_t) clean_non_persistent_function_full);
apply_func_t      838 Zend/zend.c    		zend_hash_reverse_apply(GLOBAL_CLASS_TABLE, (apply_func_t) clean_non_persistent_class_full);
apply_func_t      240 Zend/zend_execute_API.c 			zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor);
apply_func_t     1521 Zend/zend_hash.c ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func)
apply_func_t     1609 Zend/zend_hash.c ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func)
apply_func_t      126 Zend/zend_hash.h typedef int (*apply_func_t)(zval *pDest);
apply_func_t      132 Zend/zend_hash.h ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
apply_func_t      142 Zend/zend_hash.h ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func);
apply_func_t      147 Zend/zend_ts_hash.c ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func)
apply_func_t      172 Zend/zend_ts_hash.c ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func)
apply_func_t       67 Zend/zend_ts_hash.h ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func);
apply_func_t       71 Zend/zend_ts_hash.h ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func);
apply_func_t      967 ext/mysqli/mysqli.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once);
apply_func_t      116 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_apply(ht, (apply_func_t) is_not_internal_function);
apply_func_t      895 ext/opcache/zend_persist.c 	zend_hash_apply(class_table, (apply_func_t) zend_update_parent_ce);
apply_func_t     1234 ext/pgsql/pgsql.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions);
apply_func_t      189 sapi/phpdbg/phpdbg_info.c 		zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_arm_auto_global);
apply_func_t     1173 sapi/phpdbg/phpdbg_prompt.c 		zend_hash_apply(&module_registry, (apply_func_t) add_module_info);
apply_func_t      156 sapi/phpdbg/phpdbg_wait.c 		zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_dearm_autoglobals);