View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002130 | Xdebug | Step Debugging | public | 2022-10-21 09:40 | 2023-04-03 17:41 |
| Reporter | EvowebFrance | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Product Version | 3.2.0RC1 | ||||
| Summary | 0002130: Crash when set an array with key containing "day-s". | ||||
| Description | I want to add to $GLOBALS special texts with this key "s_day-s" and it crashes when debug. | ||||
| Steps To Reproduce | Just try to debug this short PHP code, crash at line 4 : <?php | ||||
| Additional Information | Xdebug configuration : IDE version PHPSTORM V2022.2.3 (#PS-222.4345.15) Windows Event observer : | ||||
| Tags | No tags attached. | ||||
| Operating System | Windows 10 21H2 | ||||
| PHP Version | 8.0.10-8.0.19 | ||||
|
|
Hi, Thanks for the report. Could you share the Xdebug log file please? You can make one by adding I am asking as sometimes IDEs send things to Xdebug that are otherwise hard to imitate. cheers, |
|
|
<?php Works good with v3.2.1 for me |
|
|
Okay, thanks for letting me know. I don't see what would have caused this though, but glad it now works for you. |