Browse Source

Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner)

experimental/newoperator
Zeev Suraski 27 years ago
parent
commit
d66fad5fcd
  1. 1
      Zend/zend_compile.c

1
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:

Loading…
Cancel
Save