NullPropertyFetch Emitted when trying to fetch a property on a null value <?php $a = null; echo $a->foo;