Created
June 1, 2017 10:54
-
-
Save danwdart/01f661ad343ee34a1e1fc3b3741e640b to your computer and use it in GitHub Desktop.
WTF?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
assert( 1.0000000000000001 == 1); | |
assert( 1.000000000000001 != 1); | |
assert((string) 1.00000000000001 == 1); | |
assert((string) 1.0000000000001 != 1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment