pub fn function_exists(
codebase: &CodebaseMetadata,
interner: &ThreadedInterner,
id: &StringIdentifier,
) -> boolExpand description
Checks if a global function exists in the codebase.
This lookup is case-insensitive, in line with PHP’s behavior for function names.