Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ts_hash.h69 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int,…
H A Dzend_ts_hash.c161 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int … in zend_ts_hash_apply_with_arguments()
H A Dzend_hash.h135 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); typedef
141 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()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1122 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _extension_ini_string, 3, &… in _extension_string()
1136 …zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4,… in _extension_string()
1172 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &s… in _extension_string()
4375 …zend_hash_apply_with_arguments(&ce->function_table, (apply_func_args_t) _addmethod_va, 4, &ce, ret… in ZEND_METHOD()
4571 …zend_hash_apply_with_arguments(&ce->properties_info, (apply_func_args_t) _addproperty, 3, &ce, ret… in ZEND_METHOD()
4575 …zend_hash_apply_with_arguments(properties, (apply_func_args_t) _adddynproperty, 2, &ce, return_val… in ZEND_METHOD()
5950 …zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _addconstant, 2, return_val… in ZEND_METHOD()
5988 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _addinientry, 2, return_val… in ZEND_METHOD()
6034 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
6051 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
/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.c694 …zend_hash_apply_with_arguments(&client->request.headers, (apply_func_args_t)sapi_cli_server_regist… in sapi_cli_server_register_variables()

Completed in 45 milliseconds