|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-07-16 12:36 UTC] ab@php.net
[2012-07-16 12:41 UTC] bugzilla33 at gmail dot com
[2012-07-16 12:49 UTC] ab@php.net
[2012-07-16 12:51 UTC] ab@php.net
-Status: Open
+Status: Not a bug
[2012-07-16 12:51 UTC] ab@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 05:00:01 2025 UTC |
Description: ------------ two strings compare Test script: --------------- var_dump('00'=='000') Expected result: ---------------- bool(false) Actual result: -------------- bool(true)