We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ca4657 + 944c1cf commit 11ce417Copy full SHA for 11ce417
Zend/zend_types.h
@@ -397,16 +397,14 @@ struct _zend_resource {
397
void *ptr;
398
};
399
400
-typedef struct _zend_property_info zend_property_info;
401
-
402
typedef struct {
403
size_t num;
404
size_t num_allocated;
405
- zend_property_info *ptr[1];
+ struct _zend_property_info *ptr[1];
406
} zend_property_info_list;
407
408
typedef union {
409
- zend_property_info *ptr;
+ struct _zend_property_info *ptr;
410
uintptr_t list;
411
} zend_property_info_source_list;
412
0 commit comments