We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5902b commit 8b03e48Copy full SHA for 8b03e48
src/lexer.js
@@ -30,7 +30,7 @@ const Lexer = function (engine) {
30
this.mode_eval = false;
31
this.asp_tags = false;
32
this.short_tags = false;
33
- this.version = 801;
+ this.version = 803;
34
this.yyprevcol = 0;
35
this.keywords = {
36
__class__: this.tok.T_CLASS_C,
src/parser.js
@@ -36,7 +36,7 @@ const Parser = function (lexer, ast) {
this.token = null;
37
this.prev = null;
38
this.debug = false;
39
40
this.extractDoc = false;
41
this.extractTokens = false;
42
this.suppressErrors = false;
0 commit comments