Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005770 [Quercus] minor always 07-04-14 09:55 07-04-14 09:55
Reporter tobia View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product 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 [^]
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
07-04-14 09:55 tobia New Issue


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker