summaryrefslogtreecommitdiff
path: root/tests/dump_ast.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dump_ast.php')
-rw-r--r--tests/dump_ast.php1
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"), "-"));