Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5770 | minor | always | 07-04-14 09:55 | 07-04-14 09:55 | |
|
|||||
Reporter: | tobia | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | |||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0005770: spl_autoload_functions() returns a list of strings that are not plain method names | ||||
Description: |
This affects the latest 4.0.39, but I couldn't find it in the version popup. With a class-based autoloader such as the one from Composer, spl_autoload_functions() returns something like this: array ( 0 => 'CallbackObjectMethod[Composer\\Autoload\\ClassLoader::loadClass]', 1 => 'CallbackClassMethod[ComposerAutoloaderInite467daa0ea6e0767cd446a8d6d5d7a59::loadClassLoader]', ) This is different enough from what vanilla PHP would return, that it breaks this method from Doctrine: http://www.doctrine-project.org/api/common/2.2/source-class-Doctrine.Common.ClassLoader.html#217 [^] |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |