Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 110 Bytes

UndefinedGlobalVariable.md

File metadata and controls

9 lines (6 loc) · 110 Bytes

UndefinedGlobalVariable

Emitted when referencing a variable that doesn't exist

<?php

echo $a;