/* Copyright 2025 Sebastian Peters */ __attribute__((visibility("default"))) char *pwphpbytecode_opcode_global(int code){ if(code==-1){ return("illegal 1 code"); } /* INSERT HERE */ return("illegal 2 code"); }