| Anonymous | Login | Signup for a new account | 10-27-2025 04:08 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001154 | [Quercus] | minor | always | 05-26-06 19:32 | 09-05-08 14:07 | ||||
| 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.2.1 | Product Version | 3.0.20 | ||||
| Product Build | |||||||||
| Summary | 0001154: debug_backtrace() doesn't include function arguments | ||||||||
| Description |
PHP: <?php function testfunc($x) { var_dump(debug_backtrace()); } testfunc("test"); ?> Zend PHP outputs the following (reformatted for easier reading): array(1) { [0]=> array(4) { ["file"]=> string(59) "/Users/sgrimm/resin/resin/webapps/test/test.php" ["line"]=> int(6) ["function"]=> string(8) "testfunc" ["args"]=> array(1) { [0]=> &string(4) "test" } } } Quercus outputs the same thing but the "args" array is empty. array(1) { [0]=> array(4) { ["file"]=> string(47) "/Users/sgrimm/resin/resin/webapps/test/test.php" ["line"]=> int(6) ["function"]=> string(8) "testfunc" ["args"]=> array(0) { } } } |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | 060526 snapshot | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
35 total queries executed. 30 unique queries executed. |