Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 308 Bytes

UndefinedFunction.md

File metadata and controls

11 lines (7 loc) · 308 Bytes

UndefinedFunction

Emitted when referencing a function that doesn't exist

<?php

foo();

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