]> granicus.if.org Git - php/commitdiff
Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner)
authorZeev Suraski <zeev@php.net>
Fri, 16 Jul 1999 16:42:49 +0000 (16:42 +0000)
committerZeev Suraski <zeev@php.net>
Fri, 16 Jul 1999 16:42:49 +0000 (16:42 +0000)
Zend/zend_compile.c

index 4ad77ed03ccfca82cc6c643118a98ff166214715..ab83f7ff643cf16e52f640d47628ad687ec6f6f9 100644 (file)
@@ -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: