Skip to content

NullFunctionCall

nullcallableとして使用しようとした場合に発生します。

<?php
$arr = null;
echo $arr();

ユーザーノート