zend_hash_apply_with_arguments 1871 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mask, comply);
zend_hash_apply_with_arguments 1887 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mask, comply);
zend_hash_apply_with_arguments 1903 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mask, comply);
zend_hash_apply_with_arguments 1941 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(function_table), copy_function_name, 2, &internal, &user);
zend_hash_apply_with_arguments  577 Zend/zend_closures.c 			zend_hash_apply_with_arguments(static_variables, zval_copy_static_var, 1, closure->func.op_array.static_variables);
zend_hash_apply_with_arguments  134 Zend/zend_hash.h ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
zend_hash_apply_with_arguments  167 Zend/zend_ts_hash.c 	zend_hash_apply_with_arguments(TS_HASH(ht), apply_func, num_args, args);
zend_hash_apply_with_arguments 1070 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _extension_ini_string, 3, &str_ini, indent, module->module_number);
zend_hash_apply_with_arguments 1084 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4, &str_constants, indent, module, &num_constants);
zend_hash_apply_with_arguments 1120 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &str_classes, ZSTR_VAL(sub_indent.buf), module, &num_classes);
zend_hash_apply_with_arguments 4166 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(&ce->function_table, (apply_func_args_t) _addmethod_va, 4, &ce, return_value, filter, intern->obj);
zend_hash_apply_with_arguments 4361 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(&ce->properties_info, (apply_func_args_t) _addproperty, 3, &ce, return_value, filter);
zend_hash_apply_with_arguments 4365 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(properties, (apply_func_args_t) _adddynproperty, 2, &ce, return_value);
zend_hash_apply_with_arguments 5675 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _addconstant, 2, return_value, module->module_number);
zend_hash_apply_with_arguments 5713 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _addinientry, 2, return_value, module->module_number);
zend_hash_apply_with_arguments 5759 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return_value, module, 1);
zend_hash_apply_with_arguments 5776 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return_value, module, 0);
zend_hash_apply_with_arguments 4574 ext/standard/basic_functions.c 		zend_hash_apply_with_arguments(Z_ARRVAL_P(entry), add_config_entry_cb, 1, tmp);
zend_hash_apply_with_arguments 4598 ext/standard/basic_functions.c 			zend_hash_apply_with_arguments(Z_ARRVAL_P(retval), add_config_entry_cb, 1, return_value);
zend_hash_apply_with_arguments 5337 ext/standard/basic_functions.c 	zend_hash_apply_with_arguments(EG(ini_directives), php_ini_get_option, 2, return_value, extnumber, details);
zend_hash_apply_with_arguments 5974 ext/standard/basic_functions.c 	zend_hash_apply_with_arguments(hash, add_config_entry_cb, 1, return_value);
zend_hash_apply_with_arguments  475 ext/standard/browscap.c 		zend_hash_apply_with_arguments(bdata->htab, browser_reg_compare, 3, lookup_browser_name, agent_name_len, &found_browser_entry);
zend_hash_apply_with_arguments  682 sapi/cli/php_cli_server.c 	zend_hash_apply_with_arguments(&client->request.headers, (apply_func_args_t)sapi_cli_server_register_entry_cb, 1, track_vars_array);
zend_hash_apply_with_arguments  717 sapi/phpdbg/phpdbg_utils.c 					zend_hash_apply_with_arguments(myht, (apply_func_args_t) element_dump_func, 0);