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

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

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