Anonymous | Login | Signup for a new account | 11-17-2024 00:27 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 3.0.20 | ||||||
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(). |
||||||||
Additional Information | 060526 snapshot | ||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |