<?php print "Hellow world!"; ?>
<? class Dummy{ public function kill(){ echo "Fuck! I killed myself..."; } $me = new Dummy(); $me->kill(); } ?>