View Issue Details

IDProjectCategoryView StatusLast Update
0001332XdebugUncategorizedpublic2016-08-01 20:26
Reportervinise Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionduplicate 
PlatformWindowsOS10OS Version10 Pro
Product Version2.4.0 
Fixed in Version2.4.1 
Summary0001332: Int overflow
Description

Big int in 64bit version are overflowed :/ hard to debug
In 32bit mode there are interpreted as float but correct

int in php 64bit should be incoded in 64bit :/

PHP 7.0 VC14 TS (64 bit) (SHA1: 685a3d34cb188f1a9b7e80c0e3b818e9679d1518)
$test = 2754981750;
<property name="$test" fullname="$test" type="int"><![CDATA[-1539985546]]></property>

PHP 7.0 VC14 TS (32 bit) (SHA1: c3ee5c7b18a54eadae70c9b8d49dc860a6a05973)
$test = 2754981750;<property name="$test" fullname="$test" type="float"><![CDATA[2754981750]]></property>

Additional Information
  • Windows 10 Pro x64
  • PHP 7.0.9 VC14 x64 Thread Safe (2016-Jul-20 21:02:27)
  • Xdebug 2.4.0 PHP 7.0 VC14 TS (64 bit) (SHA1: 685a3d34cb188f1a9b7e80c0e3b818e9679d1518)
TagsNo tags attached.
Operating SystemWindows 10 Pro X64
PHP Version7.0.5-7.0.9

Relationships

duplicate of 0001282 closedderick var_dump() of integers > 32 bit is broken 

Activities

derick

2016-08-01 20:26

administrator   ~0003660

Duplicate of issue 0001282, which is part of the to-be-released 2.4.1.

derick

2016-08-01 20:26

administrator   ~0003661

Duplicate of issue 0001282, which is part of the to-be-released 2.4.1.