summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcsqrt_error2.phpt
blob: d7ce2e5c88e2360db34e6c7aec8c8381b25ba156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--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