NullReferenceMarch 20, 2020 ยท View on GitHubEmitted when attempting to call a method on null <?php $a = null; $a->foo();