# ImpurePropertyAssignment Emitted when updating a property value from a function or method marked as pure. ```php a = $i; return $i; } ```