Home
last modified time | relevance | path

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

12

/php-src/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.c262 ZEND_HASH_MAP_FOREACH_PTR(constants_table, c) { in zend_cleanup_mutable_class_data()
311 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class()
389 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop_info) { in destroy_zend_class()
406 ZEND_HASH_MAP_FOREACH_PTR(&ce->constants_table, c) { in destroy_zend_class()
455 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop_info) { in destroy_zend_class()
469 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, fn) { in destroy_zend_class()
486 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()
535 ZEND_HASH_MAP_FOREACH_PTR(ht, tagged_ptr) { in zend_weakmap_get_object_key_entry_gc()
570 ZEND_HASH_MAP_FOREACH_PTR(ht, tagged_ptr) { in zend_weakmap_get_object_entry_gc()
H A Dzend_builtin_functions.c865 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_FUNCTION()
1533 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION()
1563 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION()
1569 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), val) { in ZEND_FUNCTION()
1599 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), constant) { in ZEND_FUNCTION()
2143 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()
315 ZEND_HASH_MAP_FOREACH_PTR(EG(ini_directives), p) { in zend_ini_refresh_caches()
H A Dzend_API.c1618 ZEND_HASH_MAP_FOREACH_PTR(&class_type->properties_info, prop_info) { in zend_update_class_constants()
2427 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in zend_collect_module_handlers()
2457 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in zend_collect_module_handlers()
2473 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_collect_module_handlers()
2487 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_collect_module_handlers()
3353 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in zend_post_deactivate_modules()
3634 ZEND_HASH_MAP_FOREACH_PTR(&disabled_class->function_table, fn) { in zend_disable_class()
3641 ZEND_HASH_MAP_FOREACH_PTR(&disabled_class->properties_info, prop) { in zend_disable_class()
/php-src/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-src/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.c141 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 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()
434 ZEND_HASH_MAP_FOREACH_PTR(EG(function_table), zf) { in PHPDBG_INFO()
H A Dphpdbg_watch.c819 ZEND_HASH_MAP_FOREACH_PTR(&element->child_container, child) {
936 ZEND_HASH_MAP_FOREACH_PTR(&watch->coll->parents, parent) {
940 ZEND_HASH_MAP_FOREACH_PTR(&parent->elements, element) {
960 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
983 ZEND_HASH_MAP_FOREACH_PTR(&watch->coll->parents, parent) {
991 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
1015 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
1030 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
1070 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
1110 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
[all …]
/php-src/ext/pdo/
H A Dpdo.c77 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 Dpdo_dbh.c229 ZEND_HASH_MAP_FOREACH_PTR(&pdo_driver_specific_ce_hash, ce) { in create_driver_specific_pdo_object()
1270 ZEND_HASH_MAP_FOREACH_PTR(&pdo_driver_hash, pdriver) { in PHP_METHOD()
/php-src/ext/dom/
H A Dxpath_callbacks.c83 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 Dxml_serializer.c112 ZEND_HASH_MAP_FOREACH_PTR(map->ht, list) { in dom_xml_ns_prefix_map_destroy()
219 ZEND_HASH_MAP_FOREACH_PTR(map->ht, list) { in dom_xml_ns_prefix_map_add()
H A Dnamespace_compat.c499 ZEND_HASH_MAP_FOREACH_PTR(&tmp_prefix_to_ns_table, ns) { in php_dom_get_in_scope_ns()
/php-src/ext/opcache/
H A DZendAccelerator.c4024 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) {
4066 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) {
4073 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) {
4116 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) {
4149 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) {
4161 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) {
4194 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, tmp_script) {
4209 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) {
4217 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) {
4414 ZEND_HASH_MAP_FOREACH_PTR(preload_scripts, script) {
[all …]
/php-src/ext/spl/
H A Dphp_spl.c493 ZEND_HASH_MAP_FOREACH_PTR(spl_autoload_functions, alfi) { in spl_find_registered_function()
623 ZEND_HASH_MAP_FOREACH_PTR(spl_autoload_functions, alfi) { in PHP_FUNCTION()
/php-src/ext/standard/
H A Dinfo.c968 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in php_print_info()
977 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in php_print_info()
/php-src/ext/reflection/
H A Dphp_reflection.c403 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string()
417 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string()
431 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
445 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
464 ZEND_HASH_MAP_FOREACH_PTR(&ce->properties_info, prop) { in _class_string()
503 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in _class_string()
1073 ZEND_HASH_MAP_FOREACH_PTR(EG(ini_directives), ini_entry) { in _extension_string()
1089 ZEND_HASH_MAP_FOREACH_PTR(EG(zend_constants), constant) { in _extension_string()
1108 ZEND_HASH_MAP_FOREACH_PTR(CG(function_table), fptr) { in _extension_string()
4593 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_METHOD()
[all …]
/php-src/ext/phar/
H A Dphar.c2722 ZEND_HASH_MAP_FOREACH_PTR(&phar->manifest, entry) { in phar_flush()
2954 ZEND_HASH_MAP_FOREACH_PTR(&phar->manifest, entry) { in phar_flush()
3038 ZEND_HASH_MAP_FOREACH_PTR(&phar->manifest, entry) { in phar_flush()
3249 ZEND_HASH_MAP_FOREACH_PTR(&phar->manifest, entry) { in phar_flush()
3499 ZEND_HASH_MAP_FOREACH_PTR(&cached_phars, pphar) { in phar_request_initialize()
/php-src/ext/opcache/jit/
H A Dzend_jit.c3170 ZEND_HASH_MAP_FOREACH_PTR(&script->class_table, ce) { in zend_jit_script()
3171 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { in zend_jit_script()
3648 ZEND_HASH_MAP_FOREACH_PTR(&script->script.function_table, op_array) { in zend_jit_restart_preloaded_script()
3652 ZEND_HASH_MAP_FOREACH_PTR(&script->script.class_table, ce) { in zend_jit_restart_preloaded_script()
3653 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) { in zend_jit_restart_preloaded_script()

Completed in 151 milliseconds

12