Is there a reason for loading files with autoloaded classes with require rather than require_once in line 109 of AutoLoader.php?
Alex Mashin (talk) 02:26, 23 July 2020 (UTC)
Manual talk:AutoLoader.php
it seems to me that PHP code inserted in an autoloaded included file after the class definition is never executed, although the file is required. Is it so, and is it intentional?
Alex Mashin (talk) 02:24, 23 July 2020 (UTC)
There are no older topics