Division [maybe a bug]
[email protected] ("jo opp")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Hello! $var1= 2155243640%31104000; $var2= 2147309244%31104000; echo $var1 // Return -24651656 echo $var2 // Return 1133244 $var2 return the correct result, but $var1 is wrong (the correct result is 9067640) ¿? Thanks for the help