apply_func_args_t 1573 Zend/zend_hash.c ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int num_args, ...)
apply_func_args_t  128 Zend/zend_hash.h typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key);
apply_func_args_t  134 Zend/zend_hash.h ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
apply_func_args_t  161 Zend/zend_ts_hash.c ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int num_args, ...)
apply_func_args_t   69 Zend/zend_ts_hash.h ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int, ...);
apply_func_args_t 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);
apply_func_args_t 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);
apply_func_args_t 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);
apply_func_args_t 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);
apply_func_args_t 4361 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(&ce->properties_info, (apply_func_args_t) _addproperty, 3, &ce, return_value, filter);
apply_func_args_t 4365 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(properties, (apply_func_args_t) _adddynproperty, 2, &ce, return_value);
apply_func_args_t 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);
apply_func_args_t 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);
apply_func_args_t 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);
apply_func_args_t 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);
apply_func_args_t  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);
apply_func_args_t  717 sapi/phpdbg/phpdbg_utils.c 					zend_hash_apply_with_arguments(myht, (apply_func_args_t) element_dump_func, 0);