Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3148 | minor | always | 12-11-08 03:35 | 12-11-08 21:59 | |
|
|||||
Reporter: | dmaa | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
Summary: | 0003148: 'get_declared_classes' function does not show user-defined classes | ||||
Description: |
'get_declared_classes' function does not show user-defined classes: class testme { }; class testmeplease{ }; print_r(get_declared_classes()); shows only standard classes, but not testme or testmeplease, while php 5.2.x shows those classes too. This feature is used in some CMS to get a pluggable modules list (e.g. classes with names like 'CMS_modulename_version'). |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|