UndefinedFunction

February 10, 2025 ยท View on GitHub

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.