PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Undefined function

Last modified: 16 May 2022

Reports the references to functions that are not defined in the project files, configured include paths, or among the PHP predefined functions.

In the following example, the undefined_function() is not defined in the built-in library and project files.