apply_func_t      829 Zend/zend.c    		zend_hash_reverse_apply(GLOBAL_FUNCTION_TABLE, (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC);
apply_func_t      830 Zend/zend.c    		zend_hash_reverse_apply(GLOBAL_CLASS_TABLE, (apply_func_t) zend_cleanup_user_class_data TSRMLS_CC);
apply_func_t      832 Zend/zend.c    		zend_hash_reverse_apply(GLOBAL_FUNCTION_TABLE, (apply_func_t) clean_non_persistent_function_full TSRMLS_CC);
apply_func_t      833 Zend/zend.c    		zend_hash_reverse_apply(GLOBAL_CLASS_TABLE, (apply_func_t) clean_non_persistent_class_full TSRMLS_CC);
apply_func_t     1885 Zend/zend_API.c 	zend_hash_apply(&module_registry, (apply_func_t)zend_startup_module_ex TSRMLS_CC);
apply_func_t     2442 Zend/zend_API.c 			zend_hash_reverse_apply(&module_registry, (apply_func_t) module_registry_cleanup TSRMLS_CC);
apply_func_t     2486 Zend/zend_API.c 		zend_hash_apply(&module_registry, (apply_func_t) exec_done_cb TSRMLS_CC);
apply_func_t     2487 Zend/zend_API.c 		zend_hash_reverse_apply(&module_registry, (apply_func_t) module_registry_unload_temp TSRMLS_CC);
apply_func_t     6896 Zend/zend_compile.c 	zend_hash_apply(CG(auto_globals), (apply_func_t) zend_auto_global_init TSRMLS_CC);
apply_func_t      140 Zend/zend_constants.c 		zend_hash_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant_full TSRMLS_CC);
apply_func_t      142 Zend/zend_constants.c 		zend_hash_reverse_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant TSRMLS_CC);
apply_func_t     1487 Zend/zend_execute.c 	zend_hash_apply(&EG(symbol_table), (apply_func_t) zend_check_symbol TSRMLS_CC);	\
apply_func_t     1489 Zend/zend_execute.c 		zend_hash_apply(EG(active_symbol_table), (apply_func_t) zend_check_symbol TSRMLS_CC);	\
apply_func_t     1501 Zend/zend_execute.c 		zend_hash_apply(Z_ARRVAL_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC);
apply_func_t     1505 Zend/zend_execute.c 		zend_hash_apply(Z_OBJPROP_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC);
apply_func_t      214 Zend/zend_execute_API.c 			zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor TSRMLS_CC);
apply_func_t      280 Zend/zend_execute_API.c 			zend_hash_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC);
apply_func_t      281 Zend/zend_execute_API.c 			zend_hash_apply(EG(class_table), (apply_func_t) zend_cleanup_class_data TSRMLS_CC);
apply_func_t      283 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data TSRMLS_CC);
apply_func_t      284 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(class_table), (apply_func_t) zend_cleanup_user_class_data TSRMLS_CC);
apply_func_t      296 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(function_table), (apply_func_t) clean_non_persistent_function_full TSRMLS_CC);
apply_func_t      297 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(class_table), (apply_func_t) clean_non_persistent_class_full TSRMLS_CC);
apply_func_t      299 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(function_table), (apply_func_t) clean_non_persistent_function TSRMLS_CC);
apply_func_t      300 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(class_table), (apply_func_t) clean_non_persistent_class TSRMLS_CC);
apply_func_t      632 Zend/zend_hash.c ZEND_API void zend_hash_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC)
apply_func_t      720 Zend/zend_hash.c ZEND_API void zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC)
apply_func_t      133 Zend/zend_hash.h typedef int (*apply_func_t)(void *pDest TSRMLS_DC);
apply_func_t      139 Zend/zend_hash.h ZEND_API void zend_hash_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC);
apply_func_t      149 Zend/zend_hash.h ZEND_API void zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC);
apply_func_t      122 Zend/zend_ini.c 		zend_hash_apply(EG(modified_ini_directives), (apply_func_t) zend_restore_ini_entry_wrapper TSRMLS_CC);
apply_func_t      162 Zend/zend_opcode.c 		zend_hash_apply(&ce->function_table, (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC);
apply_func_t      800 Zend/zend_opcode.c 	zend_hash_apply(&class_entry->function_table, (apply_func_t) pass_two TSRMLS_CC);
apply_func_t      158 Zend/zend_ts_hash.c ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC)
apply_func_t      183 Zend/zend_ts_hash.c ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC)
apply_func_t       73 Zend/zend_ts_hash.h ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC);
apply_func_t       77 Zend/zend_ts_hash.h ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC);
apply_func_t      387 ext/mssql/php_mssql.c 	zend_hash_apply(&EG(regular_list),(apply_func_t) _clean_invalid_results TSRMLS_CC);
apply_func_t      671 ext/mysql/php_mysql.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysql_persistent_helper TSRMLS_CC);
apply_func_t      965 ext/mysqli/mysqli.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once TSRMLS_CC);
apply_func_t     1326 ext/oci8/oci8.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_oci_persistent_helper TSRMLS_CC);
apply_func_t     2075 ext/oci8/oci8.c 			zend_hash_apply(&EG(persistent_list), (apply_func_t) php_oci_persistent_helper TSRMLS_CC);
apply_func_t      257 ext/oci8/oci8_statement.c 		zend_hash_apply(statement->columns, (apply_func_t) php_oci_cleanup_pre_fetch TSRMLS_CC);
apply_func_t      550 ext/oci8/oci8_statement.c 			zend_hash_apply(statement->binds, (apply_func_t) php_oci_bind_post_exec TSRMLS_CC);
apply_func_t     2295 ext/opcache/ZendAccelerator.c 			zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
apply_func_t     2309 ext/opcache/ZendAccelerator.c 		zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
apply_func_t     2350 ext/opcache/ZendAccelerator.c 		zend_hash_reverse_apply(EG(function_table), (apply_func_t) accel_clean_non_persistent_function TSRMLS_CC);
apply_func_t     2354 ext/opcache/ZendAccelerator.c 		zend_hash_reverse_apply(EG(class_table), (apply_func_t) accel_clean_non_persistent_class TSRMLS_CC);
apply_func_t     2358 ext/opcache/ZendAccelerator.c 		zend_hash_reverse_apply(EG(zend_constants), (apply_func_t) accel_clean_non_persistent_constant TSRMLS_CC);
apply_func_t      166 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_apply(ht, (apply_func_t) is_not_internal_function TSRMLS_CC);
apply_func_t      695 ext/opcache/zend_persist.c 	zend_hash_apply(&ce->properties_info, (apply_func_t) zend_update_property_info_ce TSRMLS_CC);
apply_func_t      702 ext/opcache/zend_persist.c 	zend_hash_apply(class_table, (apply_func_t) zend_update_parent_ce TSRMLS_CC);
apply_func_t     1231 ext/pgsql/pgsql.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions TSRMLS_CC);
apply_func_t     5068 ext/standard/basic_functions.c 			zend_hash_apply(BG(user_shutdown_function_names), (apply_func_t) user_shutdown_function_call TSRMLS_CC);
apply_func_t     1073 ext/standard/info.c 		zend_hash_apply(&sorted_registry, (apply_func_t) _display_module_info_func TSRMLS_CC);
apply_func_t     1078 ext/standard/info.c 		zend_hash_apply(&sorted_registry, (apply_func_t) _display_module_info_def TSRMLS_CC);
apply_func_t      334 ext/sybase_ct/php_sybase_ct.c 	zend_hash_apply(&EG(regular_list), (apply_func_t) _clean_invalid_results TSRMLS_CC);
apply_func_t      204 main/rfc1867.c 	zend_hash_apply(SG(rfc1867_uploaded_files), (apply_func_t) unlink_filename TSRMLS_CC);
apply_func_t      104 main/streams/streams.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t)forget_persistent_resource_id_numbers TSRMLS_CC);
apply_func_t      625 sapi/apache/mod_php5.c 			zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
apply_func_t      904 sapi/apache/mod_php5.c 		zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
apply_func_t      672 sapi/apache_hooks/mod_php5.c 			zend_hash_apply((HashTable *) per_dir_conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
apply_func_t     1189 sapi/apache_hooks/mod_php5.c 		zend_hash_apply((HashTable *) conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
apply_func_t     1271 sapi/apache_hooks/mod_php5.c 			   zend_hash_apply((HashTable *)conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
apply_func_t      201 sapi/cli/php_cli.c 	zend_hash_apply(&sorted_registry, (apply_func_t) print_module_info TSRMLS_CC);