#include #include "../zend/pwphpbytecode.h" extern char zend_system_id[32]; int main(int argc, char **argv) { pwphpbytecode_engine_start(argc,argv); pwphpbytecode_print_zendid(); pwphpbytecode_engine_stop(); return 0; }