Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1573 | minor | always | 01-18-07 13:48 | 03-20-07 15:37 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.1 | ||
|
|||||
Summary: | 0001573: __FUNCTION__ keyword doesn't evaluate to function name | ||||
Description: |
<?php function foo() { print __FUNCTION__ . "\n"; } foo(); ?> Under plain PHP, this prints "foo". Under Quercus, it prints "__FUNCTION__". |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|