diff options
Diffstat (limited to 'tests/dump_ast.php')
-rw-r--r-- | tests/dump_ast.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/dump_ast.php b/tests/dump_ast.php deleted file mode 100644 index 70a15af..0000000 --- a/tests/dump_ast.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -require(dirname(__FILE__) . "/../ste.php"); - -ini_set("xdebug.var_display_max_depth", 1000); -var_dump(\ste\Parser::parse(file_get_contents("php://stdin"), "-")); |