Skip to content

InvalidPropertyFetch

オブジェクトではない値からプロパティを取得しようとした場合に発生します。

<?php
$a = "foo";
echo $a->bar;
</antArtifact

ユーザーノート