--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: gmp_sqrt() expects exactly 1 parameter, 2 given in %s on line %d NULL Warning: gmp_sqrt() expects exactly 1 parameter, 0 given 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