Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3243 | minor | always | 01-13-09 03:55 | 01-13-09 10:09 | |
|
|||||
Reporter: | haplo | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
Summary: | 0003243: defined does not resovle ClassName::ConstantName | ||||
Description: |
This Test fails on quercus class A { const FOO = "bar"; } $constName = "A::FOO"; if(defined($constName)){ var_dump(constant($constName)); } else { var_dump("Could not find $constName"); } |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|