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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Mon Jul 08 18:01:30 2024 UTC