Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001153 [Quercus] minor always 05-26-06 19:28 09-19-06 08:05
Reporter koreth View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.0 Product Version 3.0.20
  Product Build
Summary 0001153: debug_backtrace() only works in interpreted mode
Description PHP:

<?php
function f1() {
        f2();
}
function f2() {
        var_dump(debug_backtrace());
}

f1();
?>

In interpreted mode, this works fine; a stack trace is output. Once the file is compiled to Java, an empty array is returned by debug_backtrace().
Steps To Reproduce
Additional Information 060526 snapshot
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
05-26-06 19:28 koreth New Issue
09-19-06 08:05 ferg Assigned To  => ferg
09-19-06 08:05 ferg Status new => closed
09-19-06 08:05 ferg Resolution open => fixed
09-19-06 08:05 ferg Fixed in Version  => 3.1.0


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