Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 130 Bytes

InvalidOperand.md

File metadata and controls

10 lines (7 loc) · 130 Bytes

InvalidOperand

Emitted when using something as an operand that is unexpected

<?php

class A {}
echo (new A) . ' ';