/* Copyright 2025 Sebastian Peters */ #include "pwphpopcodes.h" const char *php_opcode_global(int code){ if(code==-1){ return(" " "illegal 1 code" " "); } /* INSERT HERE */ return(" " "illegal 2 code" " "); }