Home
last modified time | relevance | path

Searched refs:ZEND_HASH_FOREACH_STR_KEY_PTR (Results 1 – 23 of 23) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_print.c270 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, func) { in phpdbg_print_opcodes_function()
306 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, ce) { in phpdbg_print_opcodes_method()
353 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->function_table, method_name, method) { in phpdbg_print_opcodes_ce()
364 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, ce) { in phpdbg_print_opcodes_class()
390 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(function_table), name, func) { in phpdbg_print_opcodes()
H A Dphpdbg_wait.c249 ZEND_HASH_FOREACH_STR_KEY_PTR(Z_ARRVAL_P(zvp), strkey, name) { in phpdbg_webdata_decompress()
H A Dphpdbg.c585 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(function_table), name, func) { in PHP_FUNCTION()
599 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), name, ce) { in PHP_FUNCTION()
H A Dphpdbg_bp.c398 ZEND_HASH_FOREACH_STR_KEY_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING], cur, fileht) { in phpdbg_resolve_pending_file_break()
/PHP-8.0/ext/soap/
H A Dphp_sdl.c2041 ZEND_HASH_FOREACH_STR_KEY_PTR(ht, key, tmp) { in sdl_serialize_parameters()
2070 ZEND_HASH_FOREACH_STR_KEY_PTR(body->headers, key, tmp) { in sdl_serialize_soap_body()
2222 ZEND_HASH_FOREACH_STR_KEY_PTR(sdl->groups, key, tmp) { in add_sdl_to_cache()
2232 ZEND_HASH_FOREACH_STR_KEY_PTR(sdl->types, key, tmp) { in add_sdl_to_cache()
2242 ZEND_HASH_FOREACH_STR_KEY_PTR(sdl->elements, key, tmp) { in add_sdl_to_cache()
2252 ZEND_HASH_FOREACH_STR_KEY_PTR(sdl->encoders, key, tmp) { in add_sdl_to_cache()
2448 ZEND_HASH_FOREACH_STR_KEY_PTR(headers, key, tmp) { in make_persistent_sdl_function_headers()
2512 ZEND_HASH_FOREACH_STR_KEY_PTR(params, key, tmp) { in make_persistent_sdl_parameters()
2554 ZEND_HASH_FOREACH_STR_KEY_PTR(faults, key, tmp) { in make_persistent_sdl_function_faults()
2957 ZEND_HASH_FOREACH_STR_KEY_PTR(sdl->groups, key, tmp) { in make_persistent_sdl()
[all …]
/PHP-8.0/Zend/
H A Dzend_inheritance.c1386 ZEND_HASH_FOREACH_STR_KEY_PTR(&parent_ce->constants_table, key, c) { in zend_do_inheritance_ex()
1397 ZEND_HASH_FOREACH_STR_KEY_PTR(&parent_ce->function_table, key, func) { in zend_do_inheritance_ex()
1401 ZEND_HASH_FOREACH_STR_KEY_PTR(&parent_ce->function_table, key, func) { in zend_do_inheritance_ex()
1461 ZEND_HASH_FOREACH_STR_KEY_PTR(&iface->constants_table, key, c) { in do_interface_implementation()
1465 ZEND_HASH_FOREACH_STR_KEY_PTR(&iface->function_table, key, func) { in do_interface_implementation()
1500 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->constants_table, key, c) { in zend_do_implement_interface()
1545 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->constants_table, key, c) { in zend_do_implement_interfaces()
1910 ZEND_HASH_FOREACH_STR_KEY_PTR(&traits[i]->function_table, key, fn) { in zend_do_traits_method_binding()
1924 ZEND_HASH_FOREACH_STR_KEY_PTR(&traits[i]->function_table, key, fn) { in zend_do_traits_method_binding()
2528 ZEND_HASH_FOREACH_STR_KEY_PTR(&parent_ce->function_table, key, parent_func) { in zend_can_early_bind()
[all …]
H A Dzend_builtin_functions.c707 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->properties_info, key, prop_info) { in add_class_vars()
1299 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), key, ce) { in get_declared_class_impl()
1352 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(function_table), key, func) { in ZEND_FUNCTION()
H A Dzend_hash.h1114 #define ZEND_HASH_FOREACH_STR_KEY_PTR(ht, _key, _ptr) \ macro
/PHP-8.0/sapi/apache2handler/
H A Dapache_config.c198 ZEND_HASH_FOREACH_STR_KEY_PTR(&d->config, str, data) { in apply_config()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c1388 ZEND_HASH_FOREACH_STR_KEY_PTR(&script->class_table, key, ce) { in zend_foreach_op_array()
1538 ZEND_HASH_FOREACH_STR_KEY_PTR(&script->class_table, key, ce) { in zend_optimize_script()
1542 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->function_table, name, op_array) { in zend_optimize_script()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c389 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->constants_table, key, c) { in _class_string()
1075 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), key, ce) { in _extension_string()
3795 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->properties_info, key, prop_info) { in add_class_vars()
3853 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->properties_info, key, prop_info) { in ZEND_METHOD()
4426 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->properties_info, key, prop_info) { in ZEND_METHOD()
4482 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->constants_table, key, constant) { in ZEND_METHOD()
4516 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->constants_table, name, constant) { in ZEND_METHOD()
5864 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), key, ce) { in ZEND_METHOD()
5884 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), key, ce) { in ZEND_METHOD()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_debug.c433 ZEND_HASH_FOREACH_STR_KEY_PTR(&self->function_profiles, string_key, f_profile) { in MYSQLND_METHOD()
/PHP-8.0/ext/ffi/
H A Dffi.c2024 ZEND_HASH_FOREACH_STR_KEY_PTR(&type->record.fields, key, f) { in zend_ffi_cdata_get_debug_info()
2936 ZEND_HASH_FOREACH_STR_KEY_PTR(FFI_G(symbols), name, sym) { in ZEND_METHOD()
3000 ZEND_HASH_FOREACH_STR_KEY_PTR(&old->record.fields, key, old_field) { in zend_ffi_same_types()
3255 ZEND_HASH_FOREACH_STR_KEY_PTR(FFI_G(symbols), name, sym) { in zend_ffi_load()
3313 ZEND_HASH_FOREACH_STR_KEY_PTR(FFI_G(tags), name, tag) { in zend_ffi_load()
3352 ZEND_HASH_FOREACH_STR_KEY_PTR(FFI_G(symbols), name, sym) { in zend_ffi_load()
3367 ZEND_HASH_FOREACH_STR_KEY_PTR(FFI_G(tags), name, tag) { in zend_ffi_load()
3516 ZEND_HASH_FOREACH_STR_KEY_PTR(FFI_G(tags), key, tag) { in zend_ffi_validate_incomplete_type()
3533 ZEND_HASH_FOREACH_STR_KEY_PTR(FFI_G(symbols), key, sym) { in zend_ffi_validate_incomplete_type()
5703 ZEND_HASH_FOREACH_STR_KEY_PTR(&field_type->record.fields, key, field) {
/PHP-8.0/ext/standard/
H A Dproc_open.c187 ZEND_HASH_FOREACH_STR_KEY_PTR(env_hash, key, str) { in _php_array_to_envp()
H A Dbasic_functions.c2038 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(ini_directives), key, ini_entry) {
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c663 ZEND_HASH_FOREACH_STR_KEY_PTR(&ZCSG(preload_script)->script.class_table, key, ce) {
H A DZendAccelerator.c3494 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->constants_table, key, c) {
3500 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->properties_info, key, prop) {
3735 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->function_table, lcname, fptr) {
/PHP-8.0/ext/hash/
H A Dhash.c871 ZEND_HASH_FOREACH_STR_KEY_PTR(&php_hash_hashtable, str, ops) { in PHP_FUNCTION()
/PHP-8.0/ext/phar/
H A Dphar.c2036 ZEND_HASH_FOREACH_STR_KEY_PTR(&PHAR_G(phar_fname_map), str_key, pphar) { in phar_detect_phar_fname_ext()
2049 ZEND_HASH_FOREACH_STR_KEY_PTR(&cached_phars, str_key, pphar) { in phar_detect_phar_fname_ext()
/PHP-8.0/ext/dom/
H A Dphp_dom.c411 ZEND_HASH_FOREACH_STR_KEY_PTR(prop_handlers, string_key, entry) { in dom_get_debug_info_helper()
/PHP-8.0/ext/snmp/
H A Dsnmp.c1784 ZEND_HASH_FOREACH_STR_KEY_PTR(&php_snmp_properties, key, hnd) { in php_snmp_get_properties()
/PHP-8.0/ext/zip/
H A Dphp_zip.c987 ZEND_HASH_FOREACH_STR_KEY_PTR(obj->prop_handler, key, hnd) { in php_zip_get_properties()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c401 ZEND_HASH_FOREACH_STR_KEY_PTR(headers, key, value) { in PHP_FUNCTION()

Completed in 195 milliseconds