# PossiblyFalsePropertyAssignmentValue Emitted when trying to assign a value that may be false to a property that only takes non-false values. ```php foo = strpos($s, "haystack"); } ```