Skip to content

Commit 8b0ca9d

Browse files
committed
Zend: Convert _zend_oparray_context.var_size field to uint32_t
1 parent f9d95c6 commit 8b0ca9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ typedef struct _zend_oparray_context {
197197
struct _zend_oparray_context *prev;
198198
zend_op_array *op_array;
199199
uint32_t opcodes_size;
200-
int vars_size;
200+
uint32_t vars_size;
201201
int literals_size;
202202
uint32_t fast_call_var;
203203
uint32_t try_catch_offset;

0 commit comments

Comments
 (0)