summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_opcodes.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-12-21 21:31:48 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-12-21 21:31:48 +0100
commit560f90e5117b94bf16e6698e372e981d7bbb38e5 (patch)
tree4699eb9348c29693b2fd142cf30aec4777db0945 /Zend/zend_vm_opcodes.h
parentb52c300ecad2637732551b45f0819f2d7cb3ccf1 (diff)
parent7894e397d83a1ecaddd06732171d5bf28c2265fb (diff)
downloadphp-git-560f90e5117b94bf16e6698e372e981d7bbb38e5.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts: Zend/zend_vm_gen.php Zend/zend_vm_opcodes.h
Diffstat (limited to 'Zend/zend_vm_opcodes.h')
-rw-r--r--Zend/zend_vm_opcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_vm_opcodes.h b/Zend/zend_vm_opcodes.h
index 2ca7f84c5c..18bb0d27f7 100644
--- a/Zend/zend_vm_opcodes.h
+++ b/Zend/zend_vm_opcodes.h
@@ -168,7 +168,7 @@
#define ZEND_FAST_CALL 162
#define ZEND_FAST_RET 163
-const char *zend_vm_opcodes_map[] = {
+static const char *zend_vm_opcodes_map[] = {
"ZEND_NOP",
"ZEND_ADD",
"ZEND_SUB",