PHP 8.5.0 Alpha 4 available for testing

Voting

: one plus seven?
(Example: nine)

The Note You're Voting On

Anonymous
13 years ago
Be careful with GMP - it considers leading zeros in a number string as meaning the number is in octal, whereas 'bc' doesn't:

gmp_strval("000100", 10) => 64

bcmul("000100", "1") => 100

<< Back to user notes page

To Top