InvalidFunctionCall

March 20, 2020 ยท View on GitHub

Emitted when calling a function on a non-callable variable

<?php

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