This is the last article in a series I’ve written about understanding how PHP works. In this article, we will cover JIT in PHP.
In summary, I don’t like using static classes in PHP. In this article, I will try to explain…
Are you curious about how PHP works internally? This post is the first in a series about better understanding PHP and how…
In this article, I will add a code sniffer to my project. These are my notes about the process.