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 92c4df6 commit c387d50Copy full SHA for c387d50
README.md
@@ -102,7 +102,7 @@ $code = <<<'EOC'
102
$var = 42;
103
EOC;
104
105
-var_dump(ast\parse_code($code));
+var_dump(ast\parse_code($code, $version=20));
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)), "\n";
+echo ast_dump(ast\parse_code($code, $version=20)), "\n";
163
164
165
AST_STMT_LIST
0 commit comments