-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
bcpow() function
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcpow("1", "2"),"\n";
echo bcpow("-2", "5", 4),"\n";
echo bcpow("2", "64"),"\n";
?>
--EXPECT--
1
-32
18446744073709551616

Copyright © 2017 || Recoded By Mr.Bumblebee