We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215eaff commit 849a129Copy full SHA for 849a129
README.md
@@ -102,7 +102,7 @@ $code = <<<'EOC'
102
$var = 42;
103
EOC;
104
105
-var_dump(ast\parse_code($code, $version=30));
+var_dump(ast\parse_code($code, $version=35));
106
107
// Output:
108
object(ast\Node)#1 (4) {
@@ -159,7 +159,7 @@ $code = <<<'EOC'
159
160
161
162
-echo ast_dump(ast\parse_code($code, $version=30)), "\n";
+echo ast_dump(ast\parse_code($code, $version=35)), "\n";
163
164
165
AST_STMT_LIST
0 commit comments