Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 181 Bytes

TypeDoesNotContainType.md

File metadata and controls

10 lines (7 loc) · 181 Bytes

TypeDoesNotContainType

Emitted checking whether one value has a type or value that is impossible given its currently-known type

<?php

$a = "hello";
if ($a === 5) {}