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

Code Inspection: Deprecated '__autoload()' function declaration

Last modified: 16 May 2022

Reports the __autoload() function declarations.

  • Starting from PHP 7.4, declaring __autoload() functions is deprecated.

  • Starting from PHP 8.0, declaring __autoload() functions is forbidden.

See __autoload (php.net) for details.