zend_hash_apply_with_argument 1097 Zend/zend_API.c 		zend_hash_apply_with_argument(&class_type->constants_table, (apply_func_arg_t) zval_update_constant, (void*)1 TSRMLS_CC);
zend_hash_apply_with_argument 2342 Zend/zend_API.c 	zend_hash_apply_with_argument(EG(class_table), (apply_func_arg_t) clean_module_class, (void *) &module_number TSRMLS_CC);
zend_hash_apply_with_argument 1936 Zend/zend_builtin_functions.c 		zend_hash_apply_with_argument(&module_registry, (apply_func_arg_t) add_extension_info, return_value TSRMLS_CC);
zend_hash_apply_with_argument 2011 Zend/zend_builtin_functions.c 		zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) add_constant_info, return_value TSRMLS_CC);
zend_hash_apply_with_argument 4232 Zend/zend_compile.c     zend_hash_apply_with_argument(&ce->function_table, (apply_func_arg_t)zend_fixup_trait_method, ce TSRMLS_CC);
zend_hash_apply_with_argument   82 Zend/zend_constants.c 	zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) clean_module_constant, (void *) &module_number TSRMLS_CC);
zend_hash_apply_with_argument  655 Zend/zend_execute_API.c 		zend_hash_apply_with_argument(Z_ARRVAL_P(p), (apply_func_arg_t) zval_update_constant_inline_change, (void *) scope TSRMLS_CC);
zend_hash_apply_with_argument 1580 Zend/zend_execute_API.c 		zend_hash_apply_with_argument(&ce->function_table, (apply_func_arg_t) zend_verify_abstract_class_function, &ai TSRMLS_CC);
zend_hash_apply_with_argument  226 Zend/zend_ini.c 	zend_hash_apply_with_argument(registered_zend_ini_directives, (apply_func_arg_t) zend_remove_ini_entries, (void *) &module_number TSRMLS_CC);
zend_hash_apply_with_argument  242 Zend/zend_ini.c 	zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) zend_ini_refresh_cache, (void *)(zend_intptr_t) stage TSRMLS_CC);
zend_hash_apply_with_argument  255 Zend/zend_list.c 		zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) clean_module_resource, (void *) &(ld->resource_id) TSRMLS_CC);
zend_hash_apply_with_argument  265 Zend/zend_list.c 	zend_hash_apply_with_argument(&list_destructors, (apply_func_arg_t) zend_clean_module_rsrc_dtors_cb, (void *) &module_number TSRMLS_CC);
zend_hash_apply_with_argument  168 Zend/zend_ts_hash.c 	zend_hash_apply_with_argument(TS_HASH(ht), apply_func, argument TSRMLS_CC);
zend_hash_apply_with_argument  463 ext/dba/dba.c  	zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) dba_close_pe_rsrc_deleter, info TSRMLS_CC);
zend_hash_apply_with_argument  152 ext/ereg/ereg.c 			zend_hash_apply_with_argument(&EREG(ht_rc), ereg_clean_cache, &num_clean TSRMLS_CC);
zend_hash_apply_with_argument  454 ext/oci8/oci8_statement.c 			zend_hash_apply_with_argument(statement->binds, (apply_func_arg_t) php_oci_bind_pre_exec, (void *)&result TSRMLS_CC);
zend_hash_apply_with_argument 1145 ext/odbc/php_odbc.c 				zend_hash_apply_with_argument(&EG(persistent_list), 
zend_hash_apply_with_argument 2732 ext/odbc/php_odbc.c 		zend_hash_apply_with_argument(&EG(persistent_list),	(apply_func_arg_t) _close_pconn_with_id, (void *) &(Z_LVAL_P(pv_conn)) TSRMLS_CC);	
zend_hash_apply_with_argument  213 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_apply_with_argument(CG(function_table), (apply_func_arg_t)copy_internal_function, &ZCG(function_table) TSRMLS_CC);
zend_hash_apply_with_argument  457 ext/pcre/php_pcre.c 		zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean TSRMLS_CC);
zend_hash_apply_with_argument   86 ext/phar/phar.c 			zend_hash_apply_with_argument(&(PHAR_GLOBALS->phar_fname_map), phar_set_writeable_bit, (void *)&ini TSRMLS_CC);
zend_hash_apply_with_argument  369 ext/phar/phar.c 	zend_hash_apply_with_argument(&(PHAR_GLOBALS->phar_alias_map), phar_unalias_apply, phar_data TSRMLS_CC);
zend_hash_apply_with_argument 3182 ext/phar/phar_object.c 	zend_hash_apply_with_argument(manifest, phar_set_compression, &compress TSRMLS_CC);
zend_hash_apply_with_argument 3191 ext/phar/phar_object.c 	zend_hash_apply_with_argument(manifest, phar_test_compression, &test TSRMLS_CC);
zend_hash_apply_with_argument 1165 ext/phar/tar.c 	zend_hash_apply_with_argument(&phar->manifest, (apply_func_arg_t) phar_tar_setupmetadata, (void *) &pass TSRMLS_CC);
zend_hash_apply_with_argument 1177 ext/phar/tar.c 	zend_hash_apply_with_argument(&phar->manifest, (apply_func_arg_t) phar_tar_writeheaders, (void *) &pass TSRMLS_CC);
zend_hash_apply_with_argument 2065 ext/phar/util.c 	zend_hash_apply_with_argument(&newmanifest, (apply_func_arg_t) phar_update_cached_entry, (void *)phar TSRMLS_CC);
zend_hash_apply_with_argument 1395 ext/phar/zip.c 	zend_hash_apply_with_argument(&phar->manifest, phar_zip_changed_apply, (void *) &pass TSRMLS_CC);
zend_hash_apply_with_argument  430 ext/reflection/php_reflection.c 		zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t) zval_update_constant, (void*)1 TSRMLS_CC);
zend_hash_apply_with_argument 1888 ext/reflection/php_reflection.c 		zend_hash_apply_with_argument(fptr->op_array.static_variables, (apply_func_arg_t) zval_update_constant_inline_change, fptr->common.scope TSRMLS_CC);
zend_hash_apply_with_argument 1977 ext/reflection/php_reflection.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &params TSRMLS_CC);
zend_hash_apply_with_argument 2964 ext/reflection/php_reflection.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &params TSRMLS_CC);
zend_hash_apply_with_argument 4024 ext/reflection/php_reflection.c 	zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_change, ce TSRMLS_CC);
zend_hash_apply_with_argument 4045 ext/reflection/php_reflection.c 	zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_change, ce TSRMLS_CC);
zend_hash_apply_with_argument 4331 ext/reflection/php_reflection.c 			zend_hash_apply_with_argument(args, (apply_func_arg_t)_zval_array_to_c_array, &params TSRMLS_CC);
zend_hash_apply_with_argument  834 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg TSRMLS_CC);
zend_hash_apply_with_argument  843 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg TSRMLS_CC);
zend_hash_apply_with_argument  176 main/php_ini.c 	zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_available, &module_number_available TSRMLS_CC);
zend_hash_apply_with_argument  180 main/php_ini.c 		zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_displayer, (void *) (zend_intptr_t) module_number TSRMLS_CC);
zend_hash_apply_with_argument   93 main/streams/streams.c 		zend_hash_apply_with_argument(&EG(regular_list),
zend_hash_apply_with_argument  522 main/streams/streams.c 			zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _php_stream_free_persistent, stream TSRMLS_CC);
zend_hash_apply_with_argument  241 sapi/cgi/cgi_main.c 	zend_hash_apply_with_argument(&sorted_registry, (apply_func_arg_t) print_module_info, NULL TSRMLS_CC);
zend_hash_apply_with_argument  241 sapi/fpm/fpm/fpm_main.c 	zend_hash_apply_with_argument(&sorted_registry, (apply_func_arg_t) print_module_info, NULL TSRMLS_CC);