We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Emitted when attempting to call a method on null
null
<?php $a = null; $a->foo();