View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000468 | Xdebug | public | 2009-09-01 21:46 | 2009-10-12 09:22 | |
Reporter | ericp | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.0dev | ||||
Summary | 0000468: property_get on $GLOBALS works only at top-level | ||||
Description | When I'm at the top-level, property_get("$GLOBALS", current-stack-frame) Inside a function (either top-level procedural function, or a property_get("$GLOBALS", top-stack-frame) works. I would expect property_get("$GLOBALS") to work for | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.0 | ||||
|
Forgot to link to Komodo bug |
|
$GLOBALS is special like $_GET and $_POST, and therefore I added them to the superglobals context instead. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-09-01 21:46 | ericp | New Issue | |
2009-09-01 21:46 | ericp | PHP Version | => 5.3.0 |
2009-09-01 21:46 | ericp | Xdebug Version | => 2.0.5 |
2009-09-01 21:47 | ericp | Note Added: 0001060 | |
2009-10-12 09:22 | derick | Note Added: 0001091 | |
2009-10-12 09:22 | derick | Status | new => closed |
2009-10-12 09:22 | derick | Resolution | open => fixed |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |