How PHP Executes – from Source Code to Render
January 2, 2017Inspired by a recent article on how Ruby code executes, this article covers the execution process for PHP code.Introduction There’s a lot going on under the hood when we execute a piece of PHP code. Broadly speaking, the PHP interpreter goes through four stages when executing code:Lexing Parsing Compilation I...
Recent Comments