File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ struct __attribute__((__packed__)) _zend_execute_data_84 {
47
47
};
48
48
49
49
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 */
57
57
};
58
58
59
59
union __attribute__ ((__packed__ )) _zend_function_84 {
You can’t perform that action at this time.
0 commit comments