Home
last modified time | relevance | path

Searched refs:ZEND_HASH_MAP_FOREACH_PTR (Results 1 – 25 of 41) sorted by relevance

12

/PHP-8.3/Zend/
H A Dzend_extensions.c313 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 Dzend_opcode.c257 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 Dzend_observer.c94 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 Dzend_weakrefs.c86 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 Dzend_builtin_functions.c861 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 Dzend_enum.c64 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 Dzend_ini.c135 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 Dzend_API.c1571 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 Dzend_inheritance.c1472 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 Dmysqlnd_reverse_api.c70 ZEND_HASH_MAP_FOREACH_PTR(&mysqlnd_api_ext_ht, api) { in zval_to_mysqlnd()
H A Dphp_mysqlnd.c69 ZEND_HASH_MAP_FOREACH_PTR(ht, ext) { in mysqlnd_minfo_dump_api_plugins()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c554 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 Dphpdbg_print.c143 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 Dphpdbg_info.c108 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 Dphpdbg_watch.c824 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 Dpdo.c74 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 DZendAccelerator.c4020 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 Dzend_persist.c1261 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 Dphp_spl.c497 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 Dinfo.c965 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 Dphp_reflection.c402 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string()
416 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string()
430 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
444 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
463 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string()
502 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
1035 ZEND_HASH_MAP_FOREACH_PTR(EG(ini_directives), ini_entry) { in _extension_string()
1051 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), constant) { in _extension_string()
1070 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), fptr) { in _extension_string()
4522 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_METHOD()
[all …]
/PHP-8.3/ext/phar/
H A Dphar.c2727 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 Dphp_ini.c128 ZEND_HASH_MAP_FOREACH_PTR(EG(ini_directives), ini_entry) { in display_ini_entries()
/PHP-8.3/ext/mysqli/
H A Dmysqli.c352 ZEND_HASH_MAP_FOREACH_PTR(props, entry) { in mysqli_object_get_debug_info()
/PHP-8.3/sapi/cli/
H A Dphp_cli.c197 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in print_modules()

Completed in 134 milliseconds

12