NullOperand
March 20, 2020 ยท View on GitHub
Emitted when using null as part of an operation (e.g. +, ., ^ etc.)
<?php
echo null . 'hello';
March 20, 2020 ยท View on GitHub
Emitted when using null as part of an operation (e.g. +, ., ^ etc.)
<?php
echo null . 'hello';