
| Path : /usr/src/php/ext/bcmath/tests/ |
| Current File : //usr/src/php/ext/bcmath/tests/bcsqrt_error2.phpt |
--TEST--
bcsqrt() incorrect argument count
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcsqrt();
?>
--EXPECTF--
Warning: bcsqrt() expects at least 1 parameter, 0 given in %s on line %d