Home
last modified time | relevance | path

Searched refs:zend_hash_apply_with_arguments (Results 1 – 9 of 9) sorted by last modified time

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_utils.c717 zend_hash_apply_with_arguments(myht, (apply_func_args_t) element_dump_func, 0); in phpdbg_xml_var_dump()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c693zend_hash_apply_with_arguments(&client->request.headers, (apply_func_args_t)sapi_cli_server_regist… in sapi_cli_server_register_variables()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c4669 zend_hash_apply_with_arguments(Z_ARRVAL_P(entry), add_config_entry_cb, 1, tmp);
4693 zend_hash_apply_with_arguments(Z_ARRVAL_P(retval), add_config_entry_cb, 1, return_value);
5445zend_hash_apply_with_arguments(EG(ini_directives), php_ini_get_option, 2, return_value, extnumber,…
6103 zend_hash_apply_with_arguments(hash, add_config_entry_cb, 1, return_value);
H A Dbrowscap.c710zend_hash_apply_with_arguments(bdata->htab, browser_reg_compare, 2, lookup_browser_name, &found_en… in PHP_FUNCTION()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1023zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _extension_ini_string, 3, &… in _extension_string()
1036zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4,… in _extension_string()
1069zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &s… in _extension_string()
4250zend_hash_apply_with_arguments(&ce->function_table, (apply_func_args_t) _addmethod_va, 4, &ce, ret… in ZEND_METHOD()
4457zend_hash_apply_with_arguments(&ce->properties_info, (apply_func_args_t) _addproperty, 3, &ce, ret… in ZEND_METHOD()
4461zend_hash_apply_with_arguments(properties, (apply_func_args_t) _adddynproperty, 2, &ce, return_val… in ZEND_METHOD()
5850zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _addconstant, 2, return_val… in ZEND_METHOD()
5888zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _addinientry, 2, return_val… in ZEND_METHOD()
5934zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
5951zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
/PHP-7.2/Zend/
H A Dzend_ts_hash.c167 zend_hash_apply_with_arguments(TS_HASH(ht), apply_func, num_args, args); in zend_ts_hash_apply_with_arguments()
H A Dzend_hash.c1548 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_f… in zend_hash_apply_with_arguments() function
H A Dzend_hash.h148 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_f…
H A Dzend_builtin_functions.c1750zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mas… in ZEND_FUNCTION()
1766zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mas… in ZEND_FUNCTION()
1782zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mas… in ZEND_FUNCTION()
1830zend_hash_apply_with_arguments(EG(function_table), copy_function_name, 3, &internal, &user, &exclu… in ZEND_FUNCTION()

Completed in 132 milliseconds