
| Path : /usr/src/php/ext/bcmath/tests/ |
| Current File : //usr/src/php/ext/bcmath/tests/bcsqrt_variation001.phpt |
--TEST--
bcsqrt() with argument of 0
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcsqrt("0");
?>
--EXPECTF--
0