<?php
const VERSION = '1.0.1';
function main()
{
var_dump("hello");
}
function test2(stdClass $o)
var_dump($o);