--TEST-- gmp_pow() basic tests --SKIPIF-- --FILE-- --EXPECTF-- unicode(4) "1024" unicode(4) "1024" unicode(5) "-2048" unicode(4) "1024" unicode(1) "1" Warning: gmp_pow(): Negative exponent not supported in %s on line %d unicode(1) "0" unicode(4) "1024" unicode(14) "10240000000000" unicode(17) "97656250000000000" Warning: gmp_pow(): Negative exponent not supported in %s on line %d unicode(1) "0" unicode(14) "10240000000000" unicode(14) "10240000000000" Warning: gmp_pow() expects exactly 2 parameters, 3 given in %s on line %d NULL Warning: gmp_pow() expects exactly 2 parameters, 1 given in %s on line %d NULL Warning: gmp_pow() expects exactly 2 parameters, 0 given in %s on line %d NULL Warning: gmp_pow() expects parameter 2 to be long, array given in %s on line %d NULL Warning: gmp_pow() expects parameter 2 to be long, array given in %s on line %d NULL Warning: gmp_pow(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Done