summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_opcodes.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2007-11-22 09:02:55 +0000
committerDmitry Stogov <dmitry@php.net>2007-11-22 09:02:55 +0000
commitea0a1c09e9b35401358306a768ad81dc2adbe0ab (patch)
tree39d8aba0f1c209c68fdc1a42ee33ae89c3dafdd4 /Zend/zend_vm_opcodes.h
parent5d37d09c382e9cf5fc4a48d7fa50f384526a6549 (diff)
downloadphp-git-ea0a1c09e9b35401358306a768ad81dc2adbe0ab.tar.gz
Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calculating hash values at compile time.
Diffstat (limited to 'Zend/zend_vm_opcodes.h')
-rw-r--r--Zend/zend_vm_opcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_vm_opcodes.h b/Zend/zend_vm_opcodes.h
index d663ea6d55..7b11303639 100644
--- a/Zend/zend_vm_opcodes.h
+++ b/Zend/zend_vm_opcodes.h
@@ -87,6 +87,7 @@
#define ZEND_SEND_VAR 66
#define ZEND_SEND_REF 67
#define ZEND_NEW 68
+#define ZEND_INIT_NS_FCALL_BY_NAME 69
#define ZEND_FREE 70
#define ZEND_INIT_ARRAY 71
#define ZEND_ADD_ARRAY_ELEMENT 72