Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 116 Bytes

InvalidMethodCall.md

File metadata and controls

10 lines (7 loc) · 116 Bytes

InvalidMethodCall

Emitted when attempting to call a method on a non-object

<?php

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