Skip to content

Commit 59e6165

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 68abc19 + 35455b1 commit 59e6165

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Zend/zend_vm_def.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6374,6 +6374,7 @@ ZEND_VM_HANDLER(71, ZEND_INIT_ARRAY, CONST|TMP|VAR|CV|UNUSED, CONST|TMPVAR|UNUSE
63746374
uint32_t size;
63756375
USE_OPLINE
63766376

6377+
SAVE_OPLINE();
63776378
array = EX_VAR(opline->result.var);
63786379
if (OP1_TYPE != IS_UNUSED) {
63796380
size = opline->extended_value >> ZEND_ARRAY_SIZE_SHIFT;

Zend/zend_vm_execute.h

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)