/PHP-8.3/Zend/ |
H A D | zend_extensions.c | 313 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_init_internal_run_time_cache() 319 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), zif) { in zend_init_internal_run_time_cache() 326 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_init_internal_run_time_cache() 327 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, zif) { in zend_init_internal_run_time_cache()
|
H A D | zend_opcode.c | 257 ZEND_HASH_MAP_FOREACH_PTR(constants_table, c) { in zend_cleanup_mutable_class_data() 306 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class() 384 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop_info) { in destroy_zend_class() 401 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class() 446 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop_info) { in destroy_zend_class() 460 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, fn) { in destroy_zend_class() 477 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class()
|
H A D | zend_observer.c | 94 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_observer_post_startup() 95 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, zif) { in zend_observer_post_startup()
|
H A D | zend_weakrefs.c | 86 ZEND_HASH_MAP_FOREACH_PTR(ht, tagged_ptr) { in zend_weakref_unref() 234 ZEND_HASH_MAP_FOREACH_PTR(ptr, tagged_ptr) { in zend_weakref_find() 516 ZEND_HASH_MAP_FOREACH_PTR(ht, tagged_ptr) { in zend_weakmap_get_object_key_entry_gc() 551 ZEND_HASH_MAP_FOREACH_PTR(ht, tagged_ptr) { in zend_weakmap_get_object_entry_gc()
|
H A D | zend_builtin_functions.c | 861 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_FUNCTION() 1474 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION() 1504 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION() 1510 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), val) { in ZEND_FUNCTION() 1540 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), constant) { in ZEND_FUNCTION() 2018 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), zif) { in ZEND_FUNCTION()
|
H A D | zend_enum.c | 64 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, property_info) { in zend_verify_enum_properties() 274 ZEND_HASH_MAP_FOREACH_PTR(CE_CONSTANTS_TABLE(ce), c) { in ZEND_NAMED_FUNCTION()
|
H A D | zend_ini.c | 135 ZEND_HASH_MAP_FOREACH_PTR(EG(modified_ini_directives), ini_entry) { in zend_ini_deactivate() 316 ZEND_HASH_MAP_FOREACH_PTR(EG(ini_directives), p) { in zend_ini_refresh_caches()
|
H A D | zend_API.c | 1571 ZEND_HASH_MAP_FOREACH_PTR(&class_type->properties_info, prop_info) { in zend_update_class_constants() 2377 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in zend_collect_module_handlers() 2407 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in zend_collect_module_handlers() 2423 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_collect_module_handlers() 2437 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_collect_module_handlers() 3274 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in zend_post_deactivate_modules() 3555 ZEND_HASH_MAP_FOREACH_PTR(&disabled_class->function_table, fn) { in zend_disable_class() 3562 ZEND_HASH_MAP_FOREACH_PTR(&disabled_class->properties_info, prop) { in zend_disable_class()
|
H A D | zend_inheritance.c | 1472 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in zend_build_properties_info_table() 1612 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, property_info) { in zend_do_inheritance_ex() 1939 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, f) { in zend_inheritance_check_override() 2336 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, fn) { in zend_do_traits_method_binding() 2637 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, func) { in zend_verify_abstract_class()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_reverse_api.c | 70 ZEND_HASH_MAP_FOREACH_PTR(&mysqlnd_api_ext_ht, api) { in zval_to_mysqlnd()
|
H A D | php_mysqlnd.c | 69 ZEND_HASH_MAP_FOREACH_PTR(ht, ext) { in mysqlnd_minfo_dump_api_plugins()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 554 ZEND_HASH_MAP_FOREACH_PTR(oplines_table, brake) { in phpdbg_resolve_op_array_breaks() 1100 ZEND_HASH_MAP_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], bp) { in phpdbg_find_conditional_breakpoint() 1454 ZEND_HASH_MAP_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], brake) { in phpdbg_print_breakpoints() 1469 ZEND_HASH_MAP_FOREACH_PTR(class_table, brake) { in phpdbg_print_breakpoints() 1485 ZEND_HASH_MAP_FOREACH_PTR(points, brake) { in phpdbg_print_breakpoints() 1499 ZEND_HASH_MAP_FOREACH_PTR(points, brake) { in phpdbg_print_breakpoints() 1553 ZEND_HASH_MAP_FOREACH_PTR(class_table, method_table) { in phpdbg_print_breakpoints() 1556 ZEND_HASH_MAP_FOREACH_PTR(method_table, brake) { in phpdbg_print_breakpoints() 1573 ZEND_HASH_MAP_FOREACH_PTR(function_table, brake) { in phpdbg_print_breakpoints() 1589 ZEND_HASH_MAP_FOREACH_PTR(file_table, brake) { in phpdbg_print_breakpoints() [all …]
|
H A D | phpdbg_print.c | 143 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, method) { in PHPDBG_PRINT() 294 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, method) { in phpdbg_print_opcodes_ce() 307 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, method) { in phpdbg_print_opcodes_ce() 341 ZEND_HASH_MAP_FOREACH_PTR(EG(class_table), ce) { in phpdbg_print_opcodes()
|
H A D | phpdbg_info.c | 108 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), data) { in PHPDBG_INFO() 122 ZEND_HASH_MAP_FOREACH_PTR(&consts, data) { in PHPDBG_INFO() 390 ZEND_HASH_MAP_FOREACH_PTR(EG(class_table), ce) { in PHPDBG_INFO() 439 ZEND_HASH_MAP_FOREACH_PTR(EG(function_table), zf) { in PHPDBG_INFO()
|
H A D | phpdbg_watch.c | 824 ZEND_HASH_MAP_FOREACH_PTR(&element->child_container, child) { 941 ZEND_HASH_MAP_FOREACH_PTR(&watch->coll->parents, parent) { 945 ZEND_HASH_MAP_FOREACH_PTR(&parent->elements, element) { 965 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 991 ZEND_HASH_MAP_FOREACH_PTR(&watch->coll->parents, parent) { 999 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 1023 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 1038 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 1078 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 1118 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { [all …]
|
/PHP-8.3/ext/pdo/ |
H A D | pdo.c | 74 ZEND_HASH_MAP_FOREACH_PTR(&pdo_driver_hash, pdriver) { in PHP_FUNCTION() 280 ZEND_HASH_MAP_FOREACH_PTR(&pdo_driver_hash, pdriver) { in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 4020 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4062 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4069 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4112 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4145 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { 4157 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { 4190 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, tmp_script) { 4205 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4213 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4410 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { [all …]
|
H A D | zend_persist.c | 1261 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { in zend_accel_persist_class_table() 1278 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { in zend_accel_persist_class_table()
|
/PHP-8.3/ext/spl/ |
H A D | php_spl.c | 497 ZEND_HASH_MAP_FOREACH_PTR(spl_autoload_functions, alfi) { in spl_find_registered_function() 627 ZEND_HASH_MAP_FOREACH_PTR(spl_autoload_functions, alfi) { in PHP_FUNCTION()
|
/PHP-8.3/ext/standard/ |
H A D | info.c | 965 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in php_print_info() 974 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in php_print_info()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 408 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string() 422 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string() 436 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string() 450 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string() 469 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string() 508 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string() 1041 ZEND_HASH_MAP_FOREACH_PTR(EG(ini_directives), ini_entry) { in _extension_string() 1057 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), constant) { in _extension_string() 1076 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), fptr) { in _extension_string() 4538 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_METHOD() [all …]
|
/PHP-8.3/ext/phar/ |
H A D | phar.c | 2727 ZEND_HASH_MAP_FOREACH_PTR(&phar->manifest, entry) { in phar_flush() 2959 ZEND_HASH_MAP_FOREACH_PTR(&phar->manifest, entry) { in phar_flush() 3043 ZEND_HASH_MAP_FOREACH_PTR(&phar->manifest, entry) { in phar_flush() 3255 ZEND_HASH_MAP_FOREACH_PTR(&phar->manifest, entry) { in phar_flush() 3508 ZEND_HASH_MAP_FOREACH_PTR(&cached_phars, pphar) { in phar_request_initialize()
|
/PHP-8.3/main/ |
H A D | php_ini.c | 128 ZEND_HASH_MAP_FOREACH_PTR(EG(ini_directives), ini_entry) { in display_ini_entries()
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli.c | 352 ZEND_HASH_MAP_FOREACH_PTR(props, entry) { in mysqli_object_get_debug_info()
|
/PHP-8.3/sapi/cli/ |
H A D | php_cli.c | 197 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in print_modules()
|