Searched refs:ZEND_HASH_PACKED_FOREACH_PTR (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_attributes.c | 158 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in get_attribute() 173 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in get_attribute_str() 251 ZEND_HASH_PACKED_FOREACH_PTR(attributes, other) { in zend_is_attribute_repeated()
|
H A D | zend_list.c | 289 ZEND_HASH_PACKED_FOREACH_PTR(&list_destructors, lde) { in zend_fetch_list_dtor_id()
|
H A D | zend_hash.h | 1479 #define ZEND_HASH_PACKED_FOREACH_PTR(ht, _ptr) \ macro
|
H A D | zend_compile.c | 6922 ZEND_HASH_PACKED_FOREACH_PTR(*attributes, attr) { in zend_compile_attributes()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_info.c | 403 ZEND_HASH_PACKED_FOREACH_PTR(&classes, ce) { in PHPDBG_INFO() 451 ZEND_HASH_PACKED_FOREACH_PTR(&functions, zf) { in PHPDBG_INFO()
|
/PHP-8.3/ext/opcache/ |
H A D | zend_persist_calc.c | 168 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in zend_persist_attributes_calc()
|
/PHP-8.3/main/ |
H A D | output.c | 547 ZEND_HASH_PACKED_FOREACH_PTR(rconflicts, conflict) { in php_output_handler_start()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 877 ZEND_HASH_PACKED_FOREACH_PTR(type->func.args, arg_type) { in zend_ffi_arg_size() 959 ZEND_HASH_PACKED_FOREACH_PTR(callback_data->type->func.args, arg_type) { in zend_ffi_callback_trampoline() 1035 ZEND_HASH_PACKED_FOREACH_PTR(type->func.args, arg_type) { in zend_ffi_create_callback() 2767 ZEND_HASH_PACKED_FOREACH_PTR(type->func.args, arg_type) { in ZEND_FUNCTION() 2812 ZEND_HASH_PACKED_FOREACH_PTR(type->func.args, arg_type) { in ZEND_FUNCTION() 3139 ZEND_HASH_PACKED_FOREACH_PTR(old->func.args, arg_type) { in zend_ffi_same_types() 6423 ZEND_HASH_PACKED_FOREACH_PTR(args, arg_type) {
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 1146 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes() 1157 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes()
|
Completed in 89 milliseconds