Skip to content

Commit 58a9a7b

Browse files
committed
Update 8.4 structs
1 parent f06f466 commit 58a9a7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

php_structs_84.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ struct __attribute__((__packed__)) _zend_execute_data_84 {
4747
};
4848

4949
struct __attribute__((__packed__)) _zend_op_array_84 {
50-
uint8_t pad0[80]; /* 0 +80 */
51-
int last_var; /* 80 +4 */
52-
uint8_t pad1[28]; /* 84 +28 */
53-
zend_string_84 **vars; /* 112 +8 */
54-
uint8_t pad2[32]; /* 120 +32 */
55-
zend_string_84 *filename; /* 152 +8 */
56-
uint32_t line_start; /* 160 +4 */
50+
uint8_t pad0[92]; /* 0 +92 */
51+
int last_var; /* 92 +4 */
52+
uint8_t pad1[32]; /* 96 +32 */
53+
zend_string_84 **vars; /* 128 +8 */
54+
uint8_t pad2[32]; /* 136 +32 */
55+
zend_string_84 *filename; /* 168 +8 */
56+
uint32_t line_start; /* 176 +4 */
5757
};
5858

5959
union __attribute__((__packed__)) _zend_function_84 {

0 commit comments

Comments
 (0)