sizeof( zval ) == 16; sizeof( zend_value ) == 8;
Category Archives: Programming
PHP 8.0
PHP 8.0 release notes: PHP 8.0
PHP type comparison tables and tokens
This is handy: PHP type comparison tables.
And this is interesting: List of Parser Tokens.
How to compile PHP from Source
Complete guide to FFI in PHP
Bumped into: Complete guide to FFI in PHP.
Four books
Some book suggestions over here: Four books professional developers should read (and a few you don’t need to).
Developer Tools secrets that shouldn’t be secrets
This via r/programming today: Developer Tools secrets that shouldn’t be secrets.
Autonomic computing
Found some interesting reading on autonomic computing.
Slavoj Žižek
Today I learned of Slavoj Žižek while reading my MEAP copy of Street Coder.
Collection of TypeScript type challenges
This popped up on #lobsters today: Collection of TypeScript type challenges.