# PossiblyInvalidPropertyAssignment Emitted when trying to assign a property on a value that may not be an object or may be an object that doesn’t have the desired property. ```php bar = "5"; ```