Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab.
Syndicate Syndicate Listing Display Search Login/Register
Bug Id ?
265
Reporter ?
MacGDBp / 2.0.2
Status ?
Closed
Severity ?
Moderate
Duplicate Of ?
- none -
Fixed in Revision ?
9b4bde7e4c3fdaa41fdd1c2cf0cf60c5127fb9ea
Mstone ?
Summary ?
Integer variables are not showing a value
Report Time ?
May 16, 2020 04:57 PM
Assignment ?
Resolution ?
Fixed
Priority ?
Normal
Dependencies ?
- none -
Mstone (old) ?


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.

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: