zend_hash_apply  1886 Zend/zend_API.c 	zend_hash_apply(&module_registry, (apply_func_t)zend_startup_module_ex TSRMLS_CC);
zend_hash_apply  2470 Zend/zend_API.c 		zend_hash_apply(&module_registry, (apply_func_t) exec_done_cb TSRMLS_CC);
zend_hash_apply  6773 Zend/zend_compile.c 	zend_hash_apply(CG(auto_globals), (apply_func_t) zend_auto_global_init TSRMLS_CC);
zend_hash_apply   172 Zend/zend_constants.c 		zend_hash_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant_full TSRMLS_CC);
zend_hash_apply  1445 Zend/zend_execute.c 	zend_hash_apply(&EG(symbol_table), (apply_func_t) zend_check_symbol TSRMLS_CC);	\
zend_hash_apply  1447 Zend/zend_execute.c 		zend_hash_apply(EG(active_symbol_table), (apply_func_t) zend_check_symbol TSRMLS_CC);	\
zend_hash_apply  1459 Zend/zend_execute.c 		zend_hash_apply(Z_ARRVAL_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC);
zend_hash_apply  1463 Zend/zend_execute.c 		zend_hash_apply(Z_OBJPROP_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC);
zend_hash_apply   280 Zend/zend_execute_API.c 			zend_hash_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC);
zend_hash_apply   281 Zend/zend_execute_API.c 			zend_hash_apply(EG(class_table), (apply_func_t) zend_cleanup_class_data TSRMLS_CC);
zend_hash_apply   122 Zend/zend_ini.c 		zend_hash_apply(EG(modified_ini_directives), (apply_func_t) zend_restore_ini_entry_wrapper TSRMLS_CC);
zend_hash_apply   162 Zend/zend_opcode.c 		zend_hash_apply(&ce->function_table, (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC);
zend_hash_apply   800 Zend/zend_opcode.c 	zend_hash_apply(&class_entry->function_table, (apply_func_t) pass_two TSRMLS_CC);
zend_hash_apply   161 Zend/zend_ts_hash.c 	zend_hash_apply(TS_HASH(ht), apply_func TSRMLS_CC);
zend_hash_apply   387 ext/mssql/php_mssql.c 	zend_hash_apply(&EG(regular_list),(apply_func_t) _clean_invalid_results TSRMLS_CC);
zend_hash_apply   671 ext/mysql/php_mysql.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysql_persistent_helper TSRMLS_CC);
zend_hash_apply   953 ext/mysqli/mysqli.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once TSRMLS_CC);
zend_hash_apply   124 ext/mysqlnd/mysqlnd_plugin.c 	zend_hash_apply(&mysqlnd_registered_plugins, mysqlnd_plugin_end_apply_func TSRMLS_CC);
zend_hash_apply  1327 ext/oci8/oci8.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_oci_persistent_helper TSRMLS_CC);
zend_hash_apply  2042 ext/oci8/oci8.c 			zend_hash_apply(&EG(persistent_list), (apply_func_t) php_oci_persistent_helper TSRMLS_CC);
zend_hash_apply   182 ext/oci8/oci8_statement.c 		zend_hash_apply(statement->columns, (apply_func_t) php_oci_cleanup_pre_fetch TSRMLS_CC);
zend_hash_apply   470 ext/oci8/oci8_statement.c 			zend_hash_apply(statement->binds, (apply_func_t) php_oci_bind_post_exec TSRMLS_CC);
zend_hash_apply  2258 ext/opcache/ZendAccelerator.c 			zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
zend_hash_apply  2272 ext/opcache/ZendAccelerator.c 		zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
zend_hash_apply   166 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_apply(ht, (apply_func_t) is_not_internal_function TSRMLS_CC);
zend_hash_apply   658 ext/opcache/zend_persist.c 	zend_hash_apply(&ce->properties_info, (apply_func_t) zend_update_property_info_ce TSRMLS_CC);
zend_hash_apply   665 ext/opcache/zend_persist.c 	zend_hash_apply(class_table, (apply_func_t) zend_update_parent_ce TSRMLS_CC);
zend_hash_apply  1185 ext/pgsql/pgsql.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions TSRMLS_CC);
zend_hash_apply   364 ext/phar/phar.c 		zend_hash_apply(&(phar_data->manifest), phar_tmpclose_apply TSRMLS_CC);
zend_hash_apply  2742 ext/phar/phar.c 	zend_hash_apply(&phar->manifest, phar_flush_clean_deleted_apply TSRMLS_CC);
zend_hash_apply  5094 ext/standard/basic_functions.c 			zend_hash_apply(BG(user_shutdown_function_names), (apply_func_t) user_shutdown_function_call TSRMLS_CC);
zend_hash_apply  1073 ext/standard/info.c 		zend_hash_apply(&sorted_registry, (apply_func_t) _display_module_info_func TSRMLS_CC);
zend_hash_apply  1078 ext/standard/info.c 		zend_hash_apply(&sorted_registry, (apply_func_t) _display_module_info_def TSRMLS_CC);
zend_hash_apply   334 ext/sybase_ct/php_sybase_ct.c 	zend_hash_apply(&EG(regular_list), (apply_func_t) _clean_invalid_results TSRMLS_CC);
zend_hash_apply   199 main/rfc1867.c 	zend_hash_apply(SG(rfc1867_uploaded_files), (apply_func_t) unlink_filename TSRMLS_CC);
zend_hash_apply   104 main/streams/streams.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t)forget_persistent_resource_id_numbers TSRMLS_CC);
zend_hash_apply   625 sapi/apache/mod_php5.c 			zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
zend_hash_apply   904 sapi/apache/mod_php5.c 		zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
zend_hash_apply   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);
zend_hash_apply  1189 sapi/apache_hooks/mod_php5.c 		zend_hash_apply((HashTable *) conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
zend_hash_apply  1271 sapi/apache_hooks/mod_php5.c 			   zend_hash_apply((HashTable *)conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
zend_hash_apply   201 sapi/cli/php_cli.c 	zend_hash_apply(&sorted_registry, (apply_func_t) print_module_info TSRMLS_CC);