View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001293 | Xdebug | Uncategorized | public | 2016-04-12 12:01 | 2016-08-01 20:27 |
Reporter | simplyTom | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Windows | OS | Windows 10 | OS Version | Win 10 x64 |
Product Version | 2.4.0 | ||||
Fixed in Version | 2.4.1 | ||||
Summary | 0001293: Great integer values ( bigger then 2 ^35 ) are wrong in the debug output, but right in the final php-output | ||||
Description | $iTest1 = 2; $iTest3 = 100000000000000; $iTest5 = ( $Test1 $iTest3 ) + ( $iTest2 $iTest4 ) + 1; echo $iTest1; // is 2 I mistakenly posted this bug in the phpstorm-bugtracker: https://youtrack.jetbrains.com/issue/WI-31398# Here is some more info and screenshots to this topic. | ||||
Steps To Reproduce | I use the following config: I do the complete roundtrip over Apache and the XDebug-Port. Not a local debug-session. This is in my php.ini: zend_extension ="c:\php70\ext\php_xdebug2_4.dll" | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | |||||
PHP Version | 7.0.0-7.0.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-12 12:01 | simplyTom | New Issue | |
2016-07-12 10:29 | simplyTom | File Added: xdebug.png | |
2016-07-12 10:32 | simplyTom | Note Added: 0003644 | |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |
2016-08-01 20:27 | derick | Category | (No Category) => Usage problems (Wrong Results) |
2016-08-01 20:27 | derick | Note Added: 0003662 | |
2016-08-01 20:27 | derick | Relationship added | duplicate of 0001282 |
2016-08-01 20:27 | derick | Status | new => resolved |
2016-08-01 20:27 | derick | Fixed in Version | => 2.4.1 |
2016-08-01 20:27 | derick | Resolution | open => fixed |
2016-08-01 20:27 | derick | Assigned To | => derick |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |