summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-11-14 10:30:39 +0000
committerAndi Gutmans <andi@php.net>1999-11-14 10:30:39 +0000
commit4ebf7b85ad80ebaca652c52593d5329ccd0dc386 (patch)
tree69928e429ad53476fb99df2ae316109463792b9a
parentdb59169015b093c7a85fec28aee6244be8f78dc4 (diff)
downloadphp-git-4ebf7b85ad80ebaca652c52593d5329ccd0dc386.tar.gz
- Fix comment as to Joey's findings
-rw-r--r--Zend/zend_compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 4e7a9bce63..f9b11e5525 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -477,7 +477,7 @@ int zendlex(znode *zendlval CLS_DC);
#define ZEND_EXIT 78
-/* the following 12 opcodes are 5 groups of 3 opcodes each, and must
+/* the following 15 opcodes are 5 groups of 3 opcodes each, and must
* remain in that order!
*/
#define ZEND_FETCH_R 79