--TEST-- gmp_pow() basic tests --SKIPIF-- --FILE-- --EXPECTF-- string(4) "1024" string(4) "1024" string(5) "-2048" string(4) "1024" string(1) "1" Warning: gmp_pow(): Negative exponent not supported in %s on line %d string(1) "0" string(4) "1024" string(14) "10240000000000" string(17) "97656250000000000" Warning: gmp_pow(): Negative exponent not supported in %s on line %d string(1) "0" string(14) "10240000000000" string(14) "10240000000000" Warning: Wrong parameter count for gmp_pow() in %s on line %d NULL Warning: Wrong parameter count for gmp_pow() in %s on line %d NULL Warning: Wrong parameter count for gmp_pow() in %s on line %d NULL Warning: gmp_pow(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) resource(%d) of type (GMP integer) Warning: gmp_pow(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Done