Skip to content

Commit 5e6fce0

Browse files
committed
Add missing definition
1 parent ac7e9c1 commit 5e6fce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_vm_gen.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
ZEND_VM_KIND_SWITCH => "ZEND_VM_KIND_SWITCH",
144144
ZEND_VM_KIND_GOTO => "ZEND_VM_KIND_GOTO",
145145
ZEND_VM_KIND_HYBRID => "ZEND_VM_KIND_HYBRID",
146+
ZEND_VM_KIND_TAILCALL => "ZEND_VM_KIND_TAILCALL",
146147
);
147148

148149
$op_types = array(

0 commit comments

Comments
 (0)