Home
last modified time | relevance | path

Searched refs:zend_hash_apply_with_arguments (Results 1 – 9 of 9) sorted by relevance

/PHP-7.1/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_builtin_functions.c1915zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mas… in ZEND_FUNCTION()
1931zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mas… in ZEND_FUNCTION()
1947zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mas… in ZEND_FUNCTION()
1995zend_hash_apply_with_arguments(EG(function_table), copy_function_name, 3, &internal, &user, &exclu… in ZEND_FUNCTION()
H A Dzend_hash.h141 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_f…
H A Dzend_hash.c1547 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
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1122zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _extension_ini_string, 3, &… in _extension_string()
1136zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4,… in _extension_string()
1172zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &s… in _extension_string()
4375zend_hash_apply_with_arguments(&ce->function_table, (apply_func_args_t) _addmethod_va, 4, &ce, ret… in ZEND_METHOD()
4571zend_hash_apply_with_arguments(&ce->properties_info, (apply_func_args_t) _addproperty, 3, &ce, ret… in ZEND_METHOD()
4575zend_hash_apply_with_arguments(properties, (apply_func_args_t) _adddynproperty, 2, &ce, return_val… in ZEND_METHOD()
5950zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _addconstant, 2, return_val… in ZEND_METHOD()
5988zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _addinientry, 2, return_val… in ZEND_METHOD()
6034zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
6051zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
/PHP-7.1/ext/standard/
H A Dbrowscap.c712zend_hash_apply_with_arguments(bdata->htab, browser_reg_compare, 2, lookup_browser_name, &found_en… in PHP_FUNCTION()
H A Dbasic_functions.c4663 zend_hash_apply_with_arguments(Z_ARRVAL_P(entry), add_config_entry_cb, 1, tmp);
4687 zend_hash_apply_with_arguments(Z_ARRVAL_P(retval), add_config_entry_cb, 1, return_value);
5432zend_hash_apply_with_arguments(EG(ini_directives), php_ini_get_option, 2, return_value, extnumber,…
6069 zend_hash_apply_with_arguments(hash, add_config_entry_cb, 1, return_value);
/PHP-7.1/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.1/sapi/cli/
H A Dphp_cli_server.c694zend_hash_apply_with_arguments(&client->request.headers, (apply_func_args_t)sapi_cli_server_regist… in sapi_cli_server_register_variables()

Completed in 74 milliseconds