PHP Internals Book (php source deep dive)

http://www.phpinternalsbook.com/

Has anyone come across this?

Pretty interesting read if you know some c/c++.

I look forward to seeing it completed and reading about the lexer.

I’ve attempted to make sense of the source before to no real eval due to the complexity. Though this book seems to be breaking down the complexity pretty well.

It is interesting to see how it all comes together behind the scenes so far with arrays and oop.

Oh this looks interesting, and yeah I look forward to seeing more chapters up on the site. Someday I will try to code my number, string and array classes in C as built-in classes, since writing them in PHP is somewhat slow. This will be a good starting point for me. XD