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 a non-object
<?php $a = 5; $a->foo();