|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-11-02 01:26 UTC] requinix@php.net
-Status: Open
+Status: Closed
-Package: Feature/Change Request
+Package: *General Issues
-Assigned To:
+Assigned To: requinix
[2014-11-02 01:26 UTC] requinix@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 12 23:00:01 2025 UTC |
Description: ------------ On a call : usort($array, array('Class', 'func')); If Class is not loaded when usort is called it does not trigger the auto-loader. Expected result: ---------------- The class is auto-loaded as necessary Actual result: -------------- The class is not loaded and the script fails