Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003826 [Quercus] minor always 12-23-09 10:26 08-07-12 14:51
Reporter alex View Status public  
Assigned To
Priority normal Resolution open Platform
Status new   OS
Projection none   OS Version
ETA none Fixed in Version Product Version 4.0.2
  Product Build
Summary 0003826: quercus standalone: debug_backtrace() returns an empty array
Description -tomcat 5.5
-java 6
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0006000)
Thanos1999
08-05-12 22:13

Also see it returning empty array. Would be nice to see a fix.
 
(0006004)
nam
08-07-12 14:51

Issue doesn't exist for 4.0.29+. I'm not sure about older versions.


Input
---------------------------------------------------------------

<?php

function foo()
{
  var_dump(debug_backtrace());
}

foo();

?>


Output
---------------------------------------------------------------
array(1) {
  [0]=>
  array(4) {
    ["file"]=>
    string(67) "/Users/nnguyen/Downloads/apache-tomcat-6.0.29/webapps/ROOT/test.php"
    ["line"]=>
    int(9)
    ["function"]=>
    string(3) "foo"
    ["args"]=>
    array(0) {
    }
  }
}
 

- Issue History
Date Modified Username Field Change
12-23-09 10:26 alex New Issue
01-06-10 15:41 ferg Project Resin => Quercus
08-05-12 22:12 Thanos1999 Issue Monitored: Thanos1999
08-05-12 22:13 Thanos1999 Note Added: 0006000
08-07-12 14:51 nam Note Added: 0006004


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
34 total queries executed.
29 unique queries executed.
Powered by Mantis Bugtracker