Index: /trunk/const_string_opcodes_php4.x.h
===================================================================
--- /trunk/const_string_opcodes_php4.x.h	(revision 566)
+++ /trunk/const_string_opcodes_php4.x.h	(revision 567)
@@ -1,3 +1,3 @@
-/* size = 112 */
+/* size = 113 */
 static const char *const xc_opcode_names[] = {
 /* 0 */	"NOP",
Index: /trunk/const_string_opcodes_php5.1.h
===================================================================
--- /trunk/const_string_opcodes_php5.1.h	(revision 566)
+++ /trunk/const_string_opcodes_php5.1.h	(revision 567)
@@ -1,3 +1,3 @@
-/* size = 153 */
+/* size = 154 */
 static const char *const xc_opcode_names[] = {
 /* 0 */	"NOP",
Index: /trunk/const_string_opcodes_php6.x.h
===================================================================
--- /trunk/const_string_opcodes_php6.x.h	(revision 566)
+++ /trunk/const_string_opcodes_php6.x.h	(revision 567)
@@ -1,3 +1,3 @@
-/* size = 153 */
+/* size = 154 */
 static const char *const xc_opcode_names[] = {
 /* 0 */	"NOP",
Index: /trunk/mkopcode.awk
===================================================================
--- /trunk/mkopcode.awk	(revision 566)
+++ /trunk/mkopcode.awk	(revision 567)
@@ -54,5 +54,5 @@
 		opcodes[112] = "UNDEF";
 	}
-	printf "/* size = %d */\n", max;
+	printf "/* size = %d */\n", max + 1;
 	print "static const char *const xc_opcode_names[] = {";
 	for (i = 0; i <= max; i ++) {
