Blog by nikic. Find me on GitHub, StackOverflow and Twitter. Learn more about me.
« Back to article overview.

PHP's Source Code for PHP Developers - Part 3 - Variables

The third part of the PHP’s Source Code for PHP Developers series can be found on ircmaxell’s blog. It introduces how PHP values are internally represented and how they are used in the source code.

The fourth part, which will again be published on this blog, will cover how arrays are implemented in PHP.