diff options
Diffstat (limited to 'Zend/zend_vm_opcodes.h')
-rw-r--r-- | Zend/zend_vm_opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_vm_opcodes.h b/Zend/zend_vm_opcodes.h index 663e216183..672f223bdd 100644 --- a/Zend/zend_vm_opcodes.h +++ b/Zend/zend_vm_opcodes.h @@ -169,7 +169,7 @@ #define ZEND_FAST_RET 163 #define ZEND_RECV_VARIADIC 164 -const char *zend_vm_opcodes_map[] = { +static const char *zend_vm_opcodes_map[] = { "ZEND_NOP", "ZEND_ADD", "ZEND_SUB", |