Home
last modified time | relevance | path

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

12

/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/Zend/
H A Dzend_extensions.c330 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 Dzend_opcode.c263 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 Dzend_weakrefs.c86 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 Dzend_observer.c92 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 Dzend_builtin_functions.c917 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 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_property_hooks.c67 ZEND_HASH_MAP_FOREACH_PTR(&pce->properties_info, prop_info) { in zho_build_properties_ex()
H A Dzend_execute_API.c339 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 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()
439 ZEND_HASH_MAP_FOREACH_PTR(EG(function_table), zf) { in PHPDBG_INFO()
H A Dphpdbg_watch.c821 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 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()
1302 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 Dprivate_data.c64 ZEND_HASH_MAP_FOREACH_PTR(data->template_fragments, node) { in php_dom_private_data_destroy()
H A Dxml_serializer.c121 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 Dnamespace_compat.c467 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.c4052 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 Dphp_spl.c491 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 Dinfo.c948 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 Dphp_reflection.c409 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 …]

Completed in 105 milliseconds

12