Mantis - Quercus
Viewing Issue Advanced Details
4074 minor always 06-10-10 02:11 01-06-11 13:31
hm2k  
domdorn  
normal  
resolved  
fixed  
none    
none 4.0.10  
0004074: var_dump(__FILE__); // returns string(7) string:
var_dump(__FILE__); // returns string(7) string:

should return the path and filename of the working file...

Notes
(0004891)
domdorn   
01-06-11 13:31   
cat test.php
<?
var_dump(__FILE__);

?>


domdorn tmp $ quercus-php test.php
string(13) "/tmp/test.php"

-> resolved.