Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 316 Bytes

UndefinedConstant.md

File metadata and controls

11 lines (7 loc) · 316 Bytes

UndefinedConstant

Emitted when referencing a constant that does not exist

<?php

echo FOO_BAR;

Is also emitted when using extension constants not added to the composer.json requirements or to the enableExtensions config key.