NullPropertyFetch

March 20, 2020 ยท View on GitHub

Emitted when trying to fetch a property on a null value

<?php

$a = null;
echo $a->foo;