Back to Psalm

UndefinedGlobalVariable

docs/running_psalm/issues/UndefinedGlobalVariable.md

6.16.1109 B
Original Source

UndefinedGlobalVariable

Emitted when referencing a variable that doesn't exist

php
<?php

echo $a;