Skip to content

Commit df9f2ad

Browse files
committed
Merge branch 'PHP-5.6' of https://github.com/php/php-src into PHP-5.6
2 parents 2a1b605 + 9f1075b commit df9f2ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Zend/zend_vm_opcodes.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <stdio.h>
2222
#include <zend.h>
2323

24-
const char *zend_vm_opcodes_map[164] = {
24+
const char *zend_vm_opcodes_map[165] = {
2525
"ZEND_NOP",
2626
"ZEND_ADD",
2727
"ZEND_SUB",
@@ -186,6 +186,7 @@ const char *zend_vm_opcodes_map[164] = {
186186
"ZEND_GENERATOR_RETURN",
187187
"ZEND_FAST_CALL",
188188
"ZEND_FAST_RET",
189+
"ZEND_RECV_VARIADIC",
189190
};
190191

191192
ZEND_API const char* zend_get_opcode_name(zend_uchar opcode) {

0 commit comments

Comments
 (0)