NullReference

March 20, 2020 ยท View on GitHub

Emitted when attempting to call a method on null

<?php

$a = null;
$a->foo();