No error is reported for: ```php $this = 1; ``` But php -l reports ```Fatal error: Cannot re-assign $this...```
No error is reported for:
But php -l reports
Fatal error: Cannot re-assign $this...