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

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

var_dump(\ste\Parser::parse(file_get_contents("php://stdin"), "-"));