Anonymous | Login | Signup for a new account | 12-17-2024 08:30 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 | ||||
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 | ||||||
Status | closed | Product Version | 3.0.20 | ||||||
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) { } } } |
||||||||
Additional Information | 060526 snapshot | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
35 total queries executed. 30 unique queries executed. |