Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 138 Bytes

InvalidPropertyAssignment.md

File metadata and controls

10 lines (7 loc) · 138 Bytes

InvalidPropertyAssignment

Emitted when attempting to assign a property to a non-object

<?php

$a = "foo";
$a->bar = "bar";