summaryrefslogtreecommitdiff
path: root/tests/dump_ast.php
blob: 70a15af1f01bace1f523376357639fa2232811f8 (plain)
1
2
3
4
5
6
<?php

require(dirname(__FILE__) . "/../ste.php");

ini_set("xdebug.var_display_max_depth", 1000);
var_dump(\ste\Parser::parse(file_get_contents("php://stdin"), "-"));