From: Zeev Suraski Date: Fri, 16 Jul 1999 16:42:49 +0000 (+0000) Subject: Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner) X-Git-Tag: php-4.0b1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d66fad5fcde7c5916c1b0a7874e4023ad170fd1e;p=php Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner) --- 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: