--TEST-- Bug 72093: bcpowmod fails on negative scale and corrupts _one_ definition --SKIPIF-- --FILE-- getMessage() . \PHP_EOL; } var_dump(bcpowmod(1, 1.2, 1, 1)); ?> --EXPECTF-- bcpowmod(): Argument #4 ($scale) must be between 0 and 2147483647 Warning: bcpowmod(): Non-zero scale in exponent in %s on line %d string(3) "0.0"