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.