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.
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.