Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 198 Bytes

FalseOperand.md

File metadata and controls

13 lines (8 loc) · 198 Bytes

FalseOperand

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

<?php

echo 5 . false; 

Why this is bad

false does not make sense in these operations