zend_hash_apply_with_arguments 1044 Zend/zend_API.c 	zend_hash_apply_with_arguments(properties TSRMLS_CC, (apply_func_args_t)zend_merge_property, 2, obj, obj_ht);
zend_hash_apply_with_arguments 1673 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
zend_hash_apply_with_arguments 1690 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
zend_hash_apply_with_arguments 1706 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
zend_hash_apply_with_arguments 1748 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(function_table) TSRMLS_CC, (apply_func_args_t) copy_function_name, 2, internal, user);
zend_hash_apply_with_arguments  466 Zend/zend_closures.c 			zend_hash_apply_with_arguments(static_variables TSRMLS_CC, (apply_func_args_t)zval_copy_static_var, 1, closure->func.op_array.static_variables);
zend_hash_apply_with_arguments 3779 Zend/zend_compile.c 		zend_hash_apply_with_arguments(&ce->constants_table TSRMLS_CC, (apply_func_args_t) do_interface_constant_check, 1, &iface);
zend_hash_apply_with_arguments 4223 Zend/zend_compile.c 			zend_hash_apply_with_arguments(&ce->traits[i]->function_table TSRMLS_CC, (apply_func_args_t)zend_traits_copy_functions, 3, ce, &overriden, &exclude_table);
zend_hash_apply_with_arguments 4228 Zend/zend_compile.c 			zend_hash_apply_with_arguments(&ce->traits[i]->function_table TSRMLS_CC, (apply_func_args_t)zend_traits_copy_functions, 3, ce, &overriden, NULL);
zend_hash_apply_with_arguments  594 Zend/zend_exceptions.c 			zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp) TSRMLS_CC, (apply_func_args_t)_build_trace_args, 2, str, len);
zend_hash_apply_with_arguments  625 Zend/zend_exceptions.c 	zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)_build_trace_string, 3, str, len, &num);
zend_hash_apply_with_arguments  276 Zend/zend_generators.c 			zend_hash_apply_with_arguments(
zend_hash_apply_with_arguments  178 Zend/zend_ts_hash.c 	zend_hash_apply_with_arguments(TS_HASH(ht) TSRMLS_CC, apply_func, num_args, args);
zend_hash_apply_with_arguments  192 ext/mysqlnd/mysqlnd_bt.c 		zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace_args, 2, str, len);
zend_hash_apply_with_arguments  216 ext/mysqlnd/mysqlnd_bt.c 	zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace_string, 4, &max_levels, str, len, &num);
zend_hash_apply_with_arguments  196 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_apply_with_arguments(src, (apply_func_args_t)move_user_function, 1, dst);
zend_hash_apply_with_arguments  198 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_apply_with_arguments(src TSRMLS_CC, (apply_func_args_t)move_user_function, 1, dst);
zend_hash_apply_with_arguments 1088 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _extension_ini_string, 3, &str_ini, indent, module->module_number);
zend_hash_apply_with_arguments 1102 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(zend_constants) TSRMLS_CC, (apply_func_args_t) _extension_const_string, 4, &str_constants, indent, module, &num_constants);
zend_hash_apply_with_arguments 1141 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) _extension_class_string, 4, &str_classes, sub_indent.string, module, &num_classes);
zend_hash_apply_with_arguments 3789 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(&ce->function_table TSRMLS_CC, (apply_func_args_t) _addmethod_va, 4, &ce, return_value, filter, intern->obj);
zend_hash_apply_with_arguments 3979 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(&ce->properties_info TSRMLS_CC, (apply_func_args_t) _addproperty, 3, &ce, return_value, filter);
zend_hash_apply_with_arguments 3983 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(properties TSRMLS_CC, (apply_func_args_t) _adddynproperty, 2, &ce, return_value);
zend_hash_apply_with_arguments 5320 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(zend_constants) TSRMLS_CC, (apply_func_args_t) _addconstant, 2, return_value, module->module_number);
zend_hash_apply_with_arguments 5354 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _addinientry, 2, return_value, module->module_number);
zend_hash_apply_with_arguments 5403 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) add_extension_class, 3, return_value, module, 1);
zend_hash_apply_with_arguments 5420 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) add_extension_class, 3, return_value, module, 0);
zend_hash_apply_with_arguments 4593 ext/standard/basic_functions.c 		zend_hash_apply_with_arguments(Z_ARRVAL_P(entry) TSRMLS_CC, (apply_func_args_t) add_config_entry_cb, 1, tmp);
zend_hash_apply_with_arguments 4617 ext/standard/basic_functions.c 			zend_hash_apply_with_arguments(Z_ARRVAL_P(retval) TSRMLS_CC, (apply_func_args_t) add_config_entry_cb, 1, return_value);
zend_hash_apply_with_arguments 5417 ext/standard/basic_functions.c 	zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) php_ini_get_option, 2, return_value, extnumber, details);
zend_hash_apply_with_arguments 6061 ext/standard/basic_functions.c 	zend_hash_apply_with_arguments(hash TSRMLS_CC, (apply_func_args_t) add_config_entry_cb, 1, return_value);
zend_hash_apply_with_arguments  515 ext/standard/browscap.c 		zend_hash_apply_with_arguments(bdata->htab TSRMLS_CC, (apply_func_args_t) browser_reg_compare, 3, lookup_browser_name, agent_name_len, &found_browser_entry);
zend_hash_apply_with_arguments  146 ext/standard/var.c 			zend_hash_apply_with_arguments(myht TSRMLS_CC, (apply_func_args_t) php_element_dump_func, 1, level);
zend_hash_apply_with_arguments  293 ext/standard/var.c 			zend_hash_apply_with_arguments(myht TSRMLS_CC, (apply_func_args_t) zval_element_dump_func, 1, level, (Z_TYPE_PP(struc) == IS_ARRAY ? 0 : 1));
zend_hash_apply_with_arguments  466 ext/standard/var.c 		zend_hash_apply_with_arguments(myht TSRMLS_CC, (apply_func_args_t) php_array_element_export, 2, level, buf);
zend_hash_apply_with_arguments  493 ext/standard/var.c 			zend_hash_apply_with_arguments(myht TSRMLS_CC, (apply_func_args_t) php_object_element_export, 1, level, buf);
zend_hash_apply_with_arguments  807 sapi/cli/php_cli_server.c 	zend_hash_apply_with_arguments(&client->request.headers TSRMLS_CC, (apply_func_args_t)sapi_cli_server_register_entry_cb, 1, track_vars_array);