Zend certified PHP/Magento developer

I’ve been developing with PHP for over 20 years and just today learned that PHP (until 7.4) didn’t error on: $foo = null; echo $foo[‘bar’]; Not even a warning. null[‘foo’] is fine by PHP. Who knew.