History log of /PHP-8.2/ext/spl/tests/spl_autoload_called_scope.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 097043db 10-Jun-2020 Nikita Popov

Fix called scope assignment in autoloader

We should use the scope specified in the spl_autoload_register()
call, not whatever LSB scope just so happens to be active at the
time of th

Fix called scope assignment in autoloader

We should use the scope specified in the spl_autoload_register()
call, not whatever LSB scope just so happens to be active at the
time of the autoloader call.

show more ...