Searched refs:ZEND_HASH_PACKED_FOREACH_PTR (Results 1 – 10 of 10) sorted by relevance
/php-src/Zend/ |
H A D | zend_attributes.c | 201 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in get_attribute() 216 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in get_attribute_str() 381 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 | 1488 #define ZEND_HASH_PACKED_FOREACH_PTR(ht, _ptr) \ macro
|
H A D | zend_compile.c | 7435 ZEND_HASH_PACKED_FOREACH_PTR(*attributes, attr) { in zend_compile_attributes()
|
/php-src/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-src/ext/opcache/ |
H A D | zend_persist_calc.c | 168 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in zend_persist_attributes_calc()
|
/php-src/ext/dom/ |
H A D | xml_serializer.c | 282 ZEND_HASH_PACKED_FOREACH_PTR(list, tmp) { in dom_prefix_in_candidate_list()
|
/php-src/main/ |
H A D | output.c | 546 ZEND_HASH_PACKED_FOREACH_PTR(rconflicts, conflict) { in php_output_handler_start()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 878 ZEND_HASH_PACKED_FOREACH_PTR(type->func.args, arg_type) { in zend_ffi_arg_size() 960 ZEND_HASH_PACKED_FOREACH_PTR(callback_data->type->func.args, arg_type) { in zend_ffi_callback_trampoline() 1036 ZEND_HASH_PACKED_FOREACH_PTR(type->func.args, arg_type) { in zend_ffi_create_callback() 2768 ZEND_HASH_PACKED_FOREACH_PTR(type->func.args, arg_type) { in ZEND_FUNCTION() 2813 ZEND_HASH_PACKED_FOREACH_PTR(type->func.args, arg_type) { in ZEND_FUNCTION() 3176 ZEND_HASH_PACKED_FOREACH_PTR(old->func.args, arg_type) { in zend_ffi_same_types() 6465 ZEND_HASH_PACKED_FOREACH_PTR(args, arg_type) {
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 1190 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes() 1201 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes()
|
Completed in 106 milliseconds