php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55644 Math ops tests fail, diff min int value
Submitted: 2011-09-08 16:19 UTC Modified: 2011-09-16 09:03 UTC
From: pajoye@php.net Assigned: dmitry (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 5.4SVN-2011-09-08 (snap) OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pajoye@php.net
New email:
PHP Version: OS:

 

 [2011-09-08 16:19 UTC] pajoye@php.net
Description:
------------
Test >= operator : max int 32bit range 
[tests\lang\operators\operator_gt_or_equal_variation.phpt]
Test <= operator : max int 32bit range 
[tests\lang\operators\operator_lt_or_equal_variation.phpt]
Test < operator : max int 32bit range 
[tests\lang\operators\operator_lt_variation.phpt]

fail

Actual result:
--------------
operator_gt_or_equal_variation.phpt:
001+ FAILED: '-2147483648' < '-2147483647'
001- Test Passed

operator_lt_or_equal_variation.phpt:
001+ FAILED: '-2147483648' <= '-2147483647'
001- Test Passed

operator_lt_variation.phpt:
001+ FAILED: '-2147483648' < '-2147483647'
001- Test Passed

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-09-08 16:19 UTC] pajoye@php.net
-Assigned To: +Assigned To: dmitry
 [2011-09-08 16:19 UTC] pajoye@php.net
Dmitry, can you take a look please?
 [2011-09-16 07:59 UTC] dmitry@php.net
Automatic comment from SVN on behalf of dmitry
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=316848
Log: Fixed bug #55644 (Math ops tests fail, diff min int value)
 [2011-09-16 09:03 UTC] dmitry@php.net
-Status: Assigned +Status: Closed
 [2011-09-16 09:03 UTC] dmitry@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2012-04-18 09:48 UTC] laruence@php.net
Automatic comment on behalf of dmitry
Revision: http://git.php.net/?p=php-src.git;a=commit;h=16c87163f09a0cd8ebc1de1fa7572c1ab3f1a59b
Log: Fixed bug #55644 (Math ops tests fail, diff min int value)
 [2012-07-24 23:39 UTC] rasmus@php.net
Automatic comment on behalf of dmitry
Revision: http://git.php.net/?p=php-src.git;a=commit;h=16c87163f09a0cd8ebc1de1fa7572c1ab3f1a59b
Log: Fixed bug #55644 (Math ops tests fail, diff min int value)
 [2013-11-17 09:36 UTC] laruence@php.net
Automatic comment on behalf of dmitry
Revision: http://git.php.net/?p=php-src.git;a=commit;h=16c87163f09a0cd8ebc1de1fa7572c1ab3f1a59b
Log: Fixed bug #55644 (Math ops tests fail, diff min int value)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 08:01:34 2025 UTC