NullFunctionCall

March 20, 2020 ยท View on GitHub

Emitted when trying to use null as a callable

<?php

$arr = null;
echo $arr();