Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 97 Bytes

InvalidScope.md

File metadata and controls

9 lines (6 loc) · 97 Bytes

InvalidScope

Emitted when referring to $this outside a class

<?php

echo $this;