Skip to content

InvalidOperand

予期しないものをオペランドとして使用した場合に発生します。

<?php
class A {}
echo (new A) . ' ';

ユーザーノート