We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d64e60 commit 7cf1484Copy full SHA for 7cf1484
1 file changed
Zend/zend_vm_gen.php
@@ -143,6 +143,7 @@
143
ZEND_VM_KIND_SWITCH => "ZEND_VM_KIND_SWITCH",
144
ZEND_VM_KIND_GOTO => "ZEND_VM_KIND_GOTO",
145
ZEND_VM_KIND_HYBRID => "ZEND_VM_KIND_HYBRID",
146
+ ZEND_VM_KIND_TAILCALL => "ZEND_VM_KIND_TAILCALL",
147
);
148
149
$op_types = array(
0 commit comments