_R [superglobal]
A hard-coded global value that points to the registry. Can be used to access the symbol table (_R["$sym"]) or include list (_R["$inc"]).
- It is preferred to use sym_get and sym_register to deal with symbols, this table is mostly available for introspection and workarounds.