Home
last modified time | relevance | path

Searched refs:ZEND_HASH_FOREACH_PTR (Results 26 – 50 of 52) sorted by relevance

123

/PHP-7.4/Zend/
H A Dzend_API.c1202 ZEND_HASH_FOREACH_PTR(&class_type->constants_table, c) { in zend_update_class_constants()
1219 ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop_info) { in zend_update_class_constants()
1924 ZEND_HASH_FOREACH_PTR(&module_registry, module) { in zend_collect_module_handlers()
1947 ZEND_HASH_FOREACH_PTR(&module_registry, module) { in zend_collect_module_handlers()
1960 ZEND_HASH_FOREACH_PTR(CG(class_table), ce) { in zend_collect_module_handlers()
1973 ZEND_HASH_FOREACH_PTR(CG(class_table), ce) { in zend_collect_module_handlers()
2662 ZEND_HASH_FOREACH_PTR(&module_registry, module) { in zend_post_deactivate_modules()
2897 ZEND_HASH_FOREACH_PTR(&disabled_class->function_table, fn) { in zend_disable_class()
H A Dzend_object_handlers.c71 ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop_info) { in rebuild_object_properties()
86 ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop_info) { in rebuild_object_properties()
1644 ZEND_HASH_FOREACH_PTR(&zobj1->ce->properties_info, info) { in zend_std_compare_objects()
H A Dzend.c967 ZEND_HASH_FOREACH_PTR(CG(class_table), ce) { in zend_resolve_property_types()
973 ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop_info) { in zend_resolve_property_types()
H A Dzend_execute_API.c304 ZEND_HASH_FOREACH_PTR(&ce->function_table, op_array) { in shutdown_executor()
H A Dzend_hash.h976 #define ZEND_HASH_FOREACH_PTR(ht, _ptr) \ macro
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c340 ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop) { in check_property_type_resolution()
H A Dzend_accelerator_module.c662 ZEND_HASH_FOREACH_PTR(&ZCSG(preload_script)->script.function_table, op_array) {
H A Dzend_persist.c935 ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop) { in zend_update_parent_ce()
/PHP-7.4/ext/ffi/
H A Dffi.c308 ZEND_HASH_FOREACH_PTR(&type->record.fields, field) { in zend_ffi_make_fake_struct_type()
794 ZEND_HASH_FOREACH_PTR(type->func.args, arg_type) { in zend_ffi_arg_size()
942 ZEND_HASH_FOREACH_PTR(type->func.args, arg_type) { in zend_ffi_create_callback()
2667 ZEND_HASH_FOREACH_PTR(type->func.args, arg_type) { in ZEND_FUNCTION()
2712 ZEND_HASH_FOREACH_PTR(type->func.args, arg_type) { in ZEND_FUNCTION()
3014 ZEND_HASH_FOREACH_PTR(old->func.args, arg_type) { in zend_ffi_same_types()
3089 ZEND_HASH_FOREACH_PTR(&dcl_type->record.fields, field) { in zend_ffi_subst_old_type()
3107 ZEND_HASH_FOREACH_PTR(FFI_G(symbols), sym) { in zend_ffi_cleanup_type()
3112 ZEND_HASH_FOREACH_PTR(FFI_G(tags), tag) { in zend_ffi_cleanup_type()
3608 ZEND_HASH_FOREACH_PTR(FFI_G(tags), tag) { in zend_ffi_tags_cleanup()
[all …]
/PHP-7.4/ext/phar/
H A Dphar.c2693 ZEND_HASH_FOREACH_PTR(&phar->manifest, entry) { in phar_flush()
2933 ZEND_HASH_FOREACH_PTR(&phar->manifest, entry) { in phar_flush()
3015 ZEND_HASH_FOREACH_PTR(&phar->manifest, entry) { in phar_flush()
3225 ZEND_HASH_FOREACH_PTR(&phar->manifest, entry) { in phar_flush()
3488 ZEND_HASH_FOREACH_PTR(&cached_phars, pphar) { in phar_request_initialize()
H A Dphar_object.c2309 ZEND_HASH_FOREACH_PTR(&source->manifest, entry) { in phar_convert_to_other()
4326 ZEND_HASH_FOREACH_PTR(&archive->manifest, entry) { in extract_helper()
4332 ZEND_HASH_FOREACH_PTR(&archive->manifest, entry) { in extract_helper()
H A Dutil.c2044 ZEND_HASH_FOREACH_PTR(&PHAR_G(phar_persist_map), objphar) { in phar_copy_cached_phar()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c475 ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { in _close_odbc_conn()
503 ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { in _close_odbc_pconn()
1152 ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { in PHP_FUNCTION()
1159 ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { in PHP_FUNCTION()
2765 ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_ini.c132 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in display_ini_entries()
H A Doutput.c555 ZEND_HASH_FOREACH_PTR(rconflicts, conflict) { in php_output_handler_start()
/PHP-7.4/ext/standard/
H A Dbrowscap.c732 ZEND_HASH_FOREACH_PTR(bdata->htab, entry) { in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c140 ZEND_HASH_FOREACH_PTR(stmt->bound_param_map, name) {
178 ZEND_HASH_FOREACH_PTR(ht, param) { in dispatch_param_event()
699 ZEND_HASH_FOREACH_PTR(stmt->bound_columns, param) { in do_fetch_common()
H A Dpdo_dbh.c1195 ZEND_HASH_FOREACH_PTR(&pdo_driver_hash, pdriver) { in PHP_METHOD()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c196 ZEND_HASH_FOREACH_PTR(&sorted_registry, module) { in print_modules()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c207 ZEND_HASH_FOREACH_PTR(&sorted_registry, module) { in print_modules()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c439 ZEND_HASH_FOREACH_PTR(props, entry) { in mysqli_object_get_debug_info()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c583 ZEND_HASH_FOREACH_PTR(&ce->function_table, func) { in PHP_FUNCTION()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c260 ZEND_HASH_FOREACH_PTR(&sorted_registry, module) { in print_modules()
/PHP-7.4/main/streams/
H A Dstreams.c124 ZEND_HASH_FOREACH_PTR(&EG(regular_list), regentry) { in php_stream_from_persistent_id()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1529 ZEND_HASH_FOREACH_PTR(stmt_obj->bound_params, param) { in php_sqlite3_bind_params()

Completed in 175 milliseconds

123