NullFunctionCallMarch 20, 2020 ยท View on GitHubEmitted when trying to use null as a callable <?php $arr = null; echo $arr();