package php.org.test; class Index { public static function main() { trace("hellow php!"); } }