View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000347 | Xdebug | public | 2008-01-09 02:09 | 2011-09-26 14:00 | |
| Reporter | mail_ben_schmidt | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Summary | 0000347: Crash in interactive mode when defining a function after a variable in include() | ||||
| Description | If an included files sets a variable and then defines a function, PHP goes boom! with a bus error on my system. Just setting the variable, or just defining the function, or doing them in the reverse order causes no problem. This may turn out to be a minimal test case for 0000339 but I'm filing it as a separate bug; but when fixed, we should see if it also fixes 0000339. If I can help by gathering more info, let me know, preferably by email (if this bug reporter will automatically email me when the bug is updated, that's cool). Ben. | ||||
| Additional Information | $ cat t.php php > include('t.php'); | ||||
| Tags | No tags attached. | ||||
| Operating System | Mac OS X 10.4.9 | ||||
| PHP Version | 5.2.3 | ||||