View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000362 | Xdebug | Uncategorized | public | 2008-04-11 17:13 | 2009-11-22 17:12 |
Reporter | Yogui | Assigned To | derick | ||
Priority | normal | Severity | block | Reproducibility | have not tried |
Status | resolved | Resolution | unable to reproduce | ||
Summary | 0000362: Superglobal overwritten by local variable | ||||
Description | I am not sur how to reproduce this bug. | ||||
Additional Information | The object I am speaking of is an extension of Zend_Db_Table. | ||||
Tags | No tags attached. | ||||
Operating System | Windows XP SP2 | ||||
PHP Version | 5.2.5 | ||||
|
I forgot: I am using PHPEdit 2.12.8 as a client to Xdebug. |
|
I just tried this with a very simple script: <?php echo $tags, "\n", $_POST['tags'], "\n"; But it works fine, i get the correct results in both watches for $_POST and $tags, as well as in the Locals and Superglobals tabs in Komodo. I suspect a PHPEdit bug here. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-04-11 17:13 | Yogui | New Issue | |
2008-04-11 17:15 | Yogui | Note Added: 0000830 | |
2009-11-22 17:12 | derick | Note Added: 0001159 | |
2009-11-22 17:12 | derick | Status | new => resolved |
2009-11-22 17:12 | derick | Resolution | open => unable to reproduce |
2009-11-22 17:12 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |