Mantis - Quercus
Viewing Issue Advanced Details
1573 minor always 01-18-07 13:48 03-20-07 15:37
koreth  
nam  
normal  
closed 3.1.0  
fixed  
none    
none 3.1.1  
0001573: __FUNCTION__ keyword doesn't evaluate to function name
<?php
function foo() {
        print __FUNCTION__ . "\n";
}
foo();
?>

Under plain PHP, this prints "foo". Under Quercus, it prints "__FUNCTION__".

Notes
(0001781)
nam   
03-20-07 15:37   
php/0506
php/3506