[DCOM-115] [GH-191] Debug::export ArrayObject dumps the internal storage variable Created: 27/Sep/12 Updated: 01/Oct/12 Resolved: 01/Oct/12 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of Slamdunk: Url: https://github.com/doctrine/common/pull/191 Message: Until now, exporting `ArrayObject` hid the internal storage variable, but `print_r` and `var_dump` show it. With this PR the `ArrayObject::storage` variable is exported too. |
| Comments |
| Comment by Benjamin Eberlei [ 01/Oct/12 ] |
|
A related Github Pull-Request [GH-191] was closed |