# InvalidPropertyAssignmentValue Emitted when attempting to assign a value to a property that cannot contain that type. ```php foo = new stdClass(); ```