Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 131 Bytes

NullOperand.md

File metadata and controls

9 lines (6 loc) · 131 Bytes

NullOperand

Emitted when using null as part of an operation (e.g. +, ., ^ etc.)

<?php

echo null . 'hello';