summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-07-16 16:42:49 +0000
committerZeev Suraski <zeev@php.net>1999-07-16 16:42:49 +0000
commitd66fad5fcde7c5916c1b0a7874e4023ad170fd1e (patch)
tree59d9122fb1c41894836cf664f0259607594e6555 /Zend
parente7e2af5d7839554bbdb7f43670134e5b635c701e (diff)
downloadphp-git-d66fad5fcde7c5916c1b0a7874e4023ad170fd1e.tar.gz
Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner)
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index 4ad77ed03c..ab83f7ff64 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -1961,6 +1961,7 @@ int zendlex(znode *zendlval CLS_DC)
case T_COMMENT:
case T_OPEN_TAG:
case T_WHITESPACE:
+ case T_PHP_TRACK_VARS:
retval = zendlex(zendlval CLS_CC);
break;
case T_CLOSE_TAG: