Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 110 Bytes

UndefinedConstant.md

File metadata and controls

9 lines (6 loc) · 110 Bytes

UndefinedConstant

Emitted when referencing a constant that does not exist

<?php

echo FOO_BAR;