# UndefinedConstant
Emitted when referencing a constant that doesn’t exist
```php
<?php
echo FOO_BAR;
```