Userspace Superglobals
Summary
You encountered several newyet familiarconcepts through the course of this chapter including the internal notion of a thread-safe global variable, and how to expose userspace utilities such as constants, pre-initialized variables, and superglobal variables. In the next chapter, you'll discover how to declare and resolve php.ini values and even tie them to the internal thread-safe global structures you just set up.