zend_hash_apply_with_arguments  861 Zend/zend_API.c 	zend_hash_apply_with_arguments(properties, (apply_func_args_t)zend_merge_property, 2, obj, obj_ht);
zend_hash_apply_with_arguments 1359 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
zend_hash_apply_with_arguments 1375 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
zend_hash_apply_with_arguments 1417 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(function_table), (apply_func_args_t) copy_function_name, 2, internal, user);
zend_hash_apply_with_arguments 2305 Zend/zend_compile.c 		zend_hash_apply_with_arguments(CE_STATIC_MEMBERS(parent_ce), (apply_func_args_t)inherit_static_prop, 1, &ce->default_static_members);
zend_hash_apply_with_arguments 2307 Zend/zend_compile.c 		zend_hash_apply_with_arguments(&parent_ce->default_static_members, (apply_func_args_t)inherit_static_prop, 1, &ce->default_static_members TSRMLS_CC);
zend_hash_apply_with_arguments  416 Zend/zend_exceptions.c 		zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp), (apply_func_args_t)_build_trace_args, 2, str, len);
zend_hash_apply_with_arguments  435 Zend/zend_exceptions.c 	zend_hash_apply_with_arguments(Z_ARRVAL_P(trace), (apply_func_args_t)_build_trace_string, 3, str, len, &num);
zend_hash_apply_with_arguments  178 Zend/zend_ts_hash.c 	zend_hash_apply_with_arguments(TS_HASH(ht), apply_func, num_args, args);
zend_hash_apply_with_arguments  948 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  962 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 TSRMLS_CC);
zend_hash_apply_with_arguments  999 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &str_classes, sub_indent.string, module, &num_classes TSRMLS_CC);
zend_hash_apply_with_arguments 3085 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(&ce->function_table, (apply_func_args_t) _addmethod, 3, &ce, return_value, filter);
zend_hash_apply_with_arguments 3241 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 3245 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 4263 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 4295 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 4331 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 TSRMLS_CC);
zend_hash_apply_with_arguments 4346 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 TSRMLS_CC);
zend_hash_apply_with_arguments 5686 ext/standard/basic_functions.c 	zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) php_ini_get_option, 2, return_value, extnumber TSRMLS_CC);
zend_hash_apply_with_arguments 6398 ext/standard/basic_functions.c 				zend_hash_apply_with_arguments(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]), (apply_func_args_t) copy_request_variable, 2, prefix, prefix_len);
zend_hash_apply_with_arguments 6403 ext/standard/basic_functions.c 				zend_hash_apply_with_arguments(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]), (apply_func_args_t) copy_request_variable, 2, prefix, prefix_len);
zend_hash_apply_with_arguments 6404 ext/standard/basic_functions.c 				zend_hash_apply_with_arguments(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_FILES]), (apply_func_args_t) copy_request_variable, 2, prefix, prefix_len);
zend_hash_apply_with_arguments 6409 ext/standard/basic_functions.c 				zend_hash_apply_with_arguments(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]), (apply_func_args_t) copy_request_variable, 2, prefix, prefix_len);
zend_hash_apply_with_arguments  321 ext/standard/browscap.c 		zend_hash_apply_with_arguments(&browser_hash, (apply_func_args_t) browser_reg_compare, 2, lookup_browser_name, &found_browser_entry);
zend_hash_apply_with_arguments  147 ext/standard/var.c 			zend_hash_apply_with_arguments(myht, (apply_func_args_t) php_element_dump_func, 1, level);
zend_hash_apply_with_arguments  301 ext/standard/var.c 			zend_hash_apply_with_arguments(myht, (apply_func_args_t) zval_element_dump_func, 1, level, (Z_TYPE_PP(struc) == IS_ARRAY ? 0 : 1));
zend_hash_apply_with_arguments  427 ext/standard/var.c 		zend_hash_apply_with_arguments(myht, (apply_func_args_t) php_array_element_export, 1, level, (Z_TYPE_PP(struc) == IS_ARRAY ? 0 : 1));
zend_hash_apply_with_arguments  442 ext/standard/var.c 			zend_hash_apply_with_arguments(myht, (apply_func_args_t) php_object_element_export, 1, level);