Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 120 Bytes

InvalidFunctionCall.md

File metadata and controls

10 lines (7 loc) · 120 Bytes

InvalidFunctionCall

Emitted when calling a function on a non-callable variable

<?php

$a = 5;
$b = $a();