InvalidOperand
March 20, 2020 ยท View on GitHub
Emitted when using something as an operand that is unexpected
<?php
class A {}
echo (new A) . ' ';
March 20, 2020 ยท View on GitHub
Emitted when using something as an operand that is unexpected
<?php
class A {}
echo (new A) . ' ';