diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dump_ast.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dump_ast.php b/tests/dump_ast.php index ef0a049..70a15af 100644 --- a/tests/dump_ast.php +++ b/tests/dump_ast.php @@ -2,4 +2,5 @@ require(dirname(__FILE__) . "/../ste.php"); +ini_set("xdebug.var_display_max_depth", 1000); var_dump(\ste\Parser::parse(file_get_contents("php://stdin"), "-")); |