-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/bcmath/tests/
File Upload :
Current File : //usr/src/php/ext/bcmath/tests/bcpow_variation001.phpt

--TEST--
bcpow() with a negative exponent
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcpow("2", "-4");
?>
--EXPECTF--
0

Copyright © 2017 || Recoded By Mr.Bumblebee