Home
last modified time | relevance | path

Searched refs:apply_func_args_t (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c192 …zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace_… in mysqlnd_build_trace_string()
216 …zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace… in mysqlnd_get_backtrace()
/PHP-5.5/ext/standard/
H A Dvar.c146 …zend_hash_apply_with_arguments(myht TSRMLS_CC, (apply_func_args_t) php_element_dump_func, 1, level… in php_var_dump()
293 …zend_hash_apply_with_arguments(myht TSRMLS_CC, (apply_func_args_t) zval_element_dump_func, 1, leve… in php_debug_zval_dump()
466 …zend_hash_apply_with_arguments(myht TSRMLS_CC, (apply_func_args_t) php_array_element_export, 2, le… in php_var_export_ex()
493 …zend_hash_apply_with_arguments(myht TSRMLS_CC, (apply_func_args_t) php_object_element_export, 1, l… in php_var_export_ex()
H A Dbrowscap.c515 …zend_hash_apply_with_arguments(bdata->htab TSRMLS_CC, (apply_func_args_t) browser_reg_compare, 3, … in PHP_FUNCTION()
H A Dbasic_functions.c4597 …zend_hash_apply_with_arguments(Z_ARRVAL_P(entry) TSRMLS_CC, (apply_func_args_t) add_config_entry_c…
4621 …zend_hash_apply_with_arguments(Z_ARRVAL_P(retval) TSRMLS_CC, (apply_func_args_t) add_config_entry_…
5421 …zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) php_ini_get_optio…
6065 …zend_hash_apply_with_arguments(hash TSRMLS_CC, (apply_func_args_t) add_config_entry_cb, 1, return_…
/PHP-5.5/Zend/
H A Dzend_hash.h135 typedef int (*apply_func_args_t)(void *pDest TSRMLS_DC, int num_args, va_list args, zend_hash_key *… typedef
141 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht TSRMLS_DC, apply_func_args_t apply_func,…
H A Dzend_ts_hash.h75 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht TSRMLS_DC, apply_func_args_t apply_…
H A Dzend_ts_hash.c172 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht TSRMLS_DC, apply_func_args_t apply_… in zend_ts_hash_apply_with_arguments()
H A Dzend_exceptions.c594 …zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp) TSRMLS_CC, (apply_func_args_t)_build_trace_args, 2… in _build_trace_string()
625 …zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)_build_trace_string… in ZEND_METHOD()
H A Dzend_builtin_functions.c1673 …zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interf… in ZEND_FUNCTION()
1690 …zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interf… in ZEND_FUNCTION()
1706 …zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interf… in ZEND_FUNCTION()
1748 …zend_hash_apply_with_arguments(EG(function_table) TSRMLS_CC, (apply_func_args_t) copy_function_nam… in ZEND_FUNCTION()
H A Dzend_closures.c466 …zend_hash_apply_with_arguments(static_variables TSRMLS_CC, (apply_func_args_t)zval_copy_static_var… in zend_create_closure()
H A Dzend_generators.c278 (apply_func_args_t) copy_closure_static_var, in zend_generator_create_zval()
H A Dzend_hash.c755 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht TSRMLS_DC, apply_func_args_t apply_func,… in zend_hash_apply_with_arguments()
H A Dzend_compile.c3779 …zend_hash_apply_with_arguments(&ce->constants_table TSRMLS_CC, (apply_func_args_t) do_interface_co… in zend_do_implement_interface()
4223 …zend_hash_apply_with_arguments(&ce->traits[i]->function_table TSRMLS_CC, (apply_func_args_t)zend_t… in zend_do_traits_method_binding()
4228 …zend_hash_apply_with_arguments(&ce->traits[i]->function_table TSRMLS_CC, (apply_func_args_t)zend_t… in zend_do_traits_method_binding()
H A Dzend_API.c1044 …zend_hash_apply_with_arguments(properties TSRMLS_CC, (apply_func_args_t)zend_merge_property, 2, ob… in zend_merge_properties()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1088 …zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _extension_ini_st… in _extension_string()
1102 …zend_hash_apply_with_arguments(EG(zend_constants) TSRMLS_CC, (apply_func_args_t) _extension_const_… in _extension_string()
1141 …zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) _extension_class_str… in _extension_string()
3789 …zend_hash_apply_with_arguments(&ce->function_table TSRMLS_CC, (apply_func_args_t) _addmethod_va, 4… in ZEND_METHOD()
3979 …zend_hash_apply_with_arguments(&ce->properties_info TSRMLS_CC, (apply_func_args_t) _addproperty, 3… in ZEND_METHOD()
3983 …zend_hash_apply_with_arguments(properties TSRMLS_CC, (apply_func_args_t) _adddynproperty, 2, &ce, … in ZEND_METHOD()
5320 …zend_hash_apply_with_arguments(EG(zend_constants) TSRMLS_CC, (apply_func_args_t) _addconstant, 2, … in ZEND_METHOD()
5354 …zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _addinientry, 2, … in ZEND_METHOD()
5403 …zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) add_extension_class,… in ZEND_METHOD()
5420 …zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) add_extension_class,… in ZEND_METHOD()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c196 zend_hash_apply_with_arguments(src, (apply_func_args_t)move_user_function, 1, dst); in zend_accel_move_user_functions()
198 zend_hash_apply_with_arguments(src TSRMLS_CC, (apply_func_args_t)move_user_function, 1, dst); in zend_accel_move_user_functions()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c807 …zend_hash_apply_with_arguments(&client->request.headers TSRMLS_CC, (apply_func_args_t)sapi_cli_ser… in sapi_cli_server_register_variables()

Completed in 142 milliseconds