diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2013-12-21 21:32:42 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2013-12-21 21:32:42 +0100 |
commit | b14f31872bd94d7c0d58048a4500dae868022324 (patch) | |
tree | f3123794588a58dcfe08888e25c320e19c1faefb /Zend/zend_vm_opcodes.h | |
parent | 9b4b5fa737ec8a63b073af7afeec8d26aa2bccf1 (diff) | |
parent | 560f90e5117b94bf16e6698e372e981d7bbb38e5 (diff) | |
download | php-git-b14f31872bd94d7c0d58048a4500dae868022324.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
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", |