php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14058 binary and
Submitted: 2001-11-14 12:48 UTC Modified: 2001-11-15 04:09 UTC
From: dimon at postmark dot net Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.6 OS: Linux 2.2.14 & Windows NT 5.0
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: dimon at postmark dot net
New email:
PHP Version: OS:

 

 [2001-11-14 12:48 UTC] dimon at postmark dot net
echo "4294967295 & 67633152 = ". (4294967295 & 67633152);
//under Windows: 4294967295 & 67633152 = 67633152  ok 
//under Linux:   4294967295 & 67633152 = 0         ???

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-14 13:47 UTC] cardinal@php.net
Reproduced with 4.0.6, can't reproduce with 4.2.0-dev
 [2001-11-15 04:09 UTC] bate@php.net
I tested it under 4.0.6/4.1.0/4.2.0 and i got this output:

4294967295 & 67633152 = 67633152

So i think its works for me.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 06 14:01:27 2024 UTC