# UndefinedMagicPropertyAssignment Emitted when assigning a property on an object that doesn’t have that magic property defined ```php foo = "bar"; ```