#include #include #include #include int main(int argc, char **argv) { pwphpbytecode_engine_start(argc,argv); /* PHP ENTRY */ pwphpbytecode_load_compiled_chararr(/*CALLARGS*/); pwphpbytecode_engine_stop(); return(0); }