php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13111 compare two string via ==
Submitted: 2001-09-03 12:20 UTC Modified: 2001-09-03 12:36 UTC
From: olivier dot sow at alias dot fr Assigned:
Status: Closed Package: Strings related
PHP Version: 4.0.5 OS: WINDOWS 2000 SERVER
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: olivier dot sow at alias dot fr
New email:
PHP Version: OS:

 

 [2001-09-03 12:20 UTC] olivier dot sow at alias dot fr
<?
if( '00d000000000000' == '00e000000000000' ) {
	echo "For Mr PhP '00d000000000000' == '00e000000000000' :)<BR>";
}
?>

try this script ! You will see the problem :)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-03 12:36 UTC] hholzgra@php.net
try using the === operator to avoid type conversion
and you will see the solution
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 17:01:34 2024 UTC