PHP file test
$foo is =$foo?>
Test functions
echo trim($foo,"'");?>
Test objects
=$person->setName('Paul')->setAge(39)->introduce()?>
Test Arrays
=$array['a']['aa']?> =$array['b']?>
function time
echo time();?>
nocache function time
echo ' echo time();?>';?>
DONE