Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0
May 16, 2020 04:57 PM
Robert
```
<?php
$i = 1;
var_dump($i);
```
In the debugger, $i shows the type as "int" but the value is empty.
<?php
$i = 1;
var_dump($i);
```
In the debugger, $i shows the type as "int" but the value is empty.
May 16, 2020 05:03 PM
Robert
Thank you for your bug report. This issue has been closed and fixed in git. This change will be available in a future release, but you can download the change at any time from the git repository, found at https://src.bluestatic.org/.
On May 16, 2020 05:03 PM, Robert changed:
- Status from "Assigned" to "Closed"
- Resolution from "Open" to "Fixed"
- Fixed in Revision from "" to "9b4bde7e4c3fdaa41fdd1c2cf0cf60c5127fb9ea"