--TEST-- gmp_sqrt() basic tests --SKIPIF-- --FILE-- --EXPECTF-- Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d string(1) "0" Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d string(1) "0" string(1) "0" string(1) "1" string(2) "12" string(1) "0" Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d string(1) "0" string(2) "27" Warning: Wrong parameter count for gmp_sqrt() in %s on line %d NULL Warning: Wrong parameter count for gmp_sqrt() in %s on line %d NULL Warning: gmp_sqrt(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Done