|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-10-28 21:22 UTC] jani@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 23:00:01 2025 UTC |
Description: ------------ Simple EQUATION was calculated incorrectly when some "magic" numbers was involved in. Reproduce code: --------------- <?php if ( (0+12.44) == (7.44+5) ) {echo "TRUE";} else {echo "FALSE";} ?> Expected result: ---------------- TRUE Actual result: -------------- FALSE