AM
Size: a a a
BT
BT
AK
P
DM
DM
AK
NT
DM
P
P
P
class Main {
static function main() {
Sys.println("Haxe is great!");
}
}
P
BT
P
<?php
set_include_path(get_include_path().PATH_SEPARATOR.__DIR__.'/lib');
spl_autoload_register(
function($class){
$file = stream_resolve_include_path(str_replace('\\', '/', $class) .'.php');
if ($file) {
include_once $file;
}
}
);
\php\Boot::__hx__init();
#(unknown)
\Main::main();
BT
<?php
set_include_path(get_include_path().PATH_SEPARATOR.__DIR__.'/lib');
spl_autoload_register(
function($class){
$file = stream_resolve_include_path(str_replace('\\', '/', $class) .'.php');
if ($file) {
include_once $file;
}
}
);
\php\Boot::__hx__init();
#(unknown)
\Main::main();