Skip to content

UndefinedFunction

A call targets a function that does not exist in the codebase or stubs.

<?php
$result = computeHash('data'); // function not defined anywhere

Define the function, add the missing use import, or fix the spelling.