/php-src/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-src/Zend/ |
H A D | zend_extensions.c | 330 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_init_internal_run_time_cache() 341 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), zif) { in zend_init_internal_run_time_cache() 347 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_init_internal_run_time_cache() 348 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, zif) { in zend_init_internal_run_time_cache()
|
H A D | zend_opcode.c | 263 ZEND_HASH_MAP_FOREACH_PTR(constants_table, c) { in zend_cleanup_mutable_class_data() 312 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class() 390 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop_info) { in destroy_zend_class() 414 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class() 463 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop_info) { in destroy_zend_class() 477 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, fn) { in destroy_zend_class() 494 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class()
|
H A D | zend_weakrefs.c | 86 ZEND_HASH_MAP_FOREACH_PTR(ht, tagged_ptr) { in zend_weakref_unref() 241 ZEND_HASH_MAP_FOREACH_PTR(ptr, tagged_ptr) { in zend_weakref_find() 543 ZEND_HASH_MAP_FOREACH_PTR(ht, tagged_ptr) { in zend_weakmap_get_object_key_entry_gc() 578 ZEND_HASH_MAP_FOREACH_PTR(ht, tagged_ptr) { in zend_weakmap_get_object_entry_gc()
|
H A D | zend_observer.c | 92 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_observer_post_startup() 93 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, zif) { in zend_observer_post_startup()
|
H A D | zend_builtin_functions.c | 917 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_FUNCTION() 1590 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION() 1620 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION() 1626 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), val) { in ZEND_FUNCTION() 1656 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), constant) { in ZEND_FUNCTION() 2218 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_property_hooks.c | 67 ZEND_HASH_MAP_FOREACH_PTR(&pce->properties_info, prop_info) { in zho_build_properties_ex()
|
H A D | zend_execute_API.c | 339 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in zend_shutdown_executor_values() 367 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { in zend_shutdown_executor_values() 381 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop_info) { in zend_shutdown_executor_values()
|
/php-src/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 | 141 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, method) { in PHPDBG_PRINT() 292 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, method) { in phpdbg_print_opcodes_ce() 305 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, method) { in phpdbg_print_opcodes_ce() 339 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 | 821 ZEND_HASH_MAP_FOREACH_PTR(&element->child_container, child) { 938 ZEND_HASH_MAP_FOREACH_PTR(&watch->coll->parents, parent) { 942 ZEND_HASH_MAP_FOREACH_PTR(&parent->elements, element) { 962 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 988 ZEND_HASH_MAP_FOREACH_PTR(&watch->coll->parents, parent) { 996 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 1020 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 1035 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 1075 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { 1115 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) { [all …]
|
/php-src/ext/pdo/ |
H A D | pdo.c | 77 ZEND_HASH_MAP_FOREACH_PTR(&pdo_driver_hash, pdriver) { in PHP_FUNCTION() 297 ZEND_HASH_MAP_FOREACH_PTR(&pdo_driver_hash, pdriver) { in PHP_MINFO_FUNCTION()
|
H A D | pdo_dbh.c | 229 ZEND_HASH_MAP_FOREACH_PTR(&pdo_driver_specific_ce_hash, ce) { in create_driver_specific_pdo_object() 1302 ZEND_HASH_MAP_FOREACH_PTR(&pdo_driver_hash, pdriver) { in PHP_METHOD()
|
/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 83 ZEND_HASH_MAP_FOREACH_PTR(registry->namespaces, ns) { in php_dom_xpath_callbacks_dtor() 97 ZEND_HASH_MAP_FOREACH_PTR(&ns->functions, entry) { in php_dom_xpath_callback_ns_get_gc() 109 ZEND_HASH_MAP_FOREACH_PTR(registry->namespaces, ns) { in php_dom_xpath_callbacks_get_gc()
|
H A D | private_data.c | 64 ZEND_HASH_MAP_FOREACH_PTR(data->template_fragments, node) { in php_dom_private_data_destroy()
|
H A D | xml_serializer.c | 121 ZEND_HASH_MAP_FOREACH_PTR(map->ht, list) { in dom_xml_ns_prefix_map_destroy() 228 ZEND_HASH_MAP_FOREACH_PTR(map->ht, list) { in dom_xml_ns_prefix_map_add()
|
H A D | namespace_compat.c | 467 ZEND_HASH_MAP_FOREACH_PTR(&tmp_prefix_to_ns_table, ns) { in php_dom_get_in_scope_ns()
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 4052 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4094 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4101 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4144 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4177 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { 4189 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { 4222 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, tmp_script) { 4237 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4245 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { 4442 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) { [all …]
|
/php-src/ext/spl/ |
H A D | php_spl.c | 491 ZEND_HASH_MAP_FOREACH_PTR(spl_autoload_functions, alfi) { in spl_find_registered_function() 621 ZEND_HASH_MAP_FOREACH_PTR(spl_autoload_functions, alfi) { in PHP_FUNCTION()
|
/php-src/ext/standard/ |
H A D | info.c | 948 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in php_print_info() 957 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in php_print_info()
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 409 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string() 423 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string() 437 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string() 451 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string() 470 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string() 509 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string() 1100 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), constant) { in _extension_string() 1119 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), fptr) { in _extension_string() 4455 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_METHOD() 6525 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), fptr) { in ZEND_METHOD() [all …]
|