summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcadd_error1.phpt
blob: 17a4bc7944e46d77c2d480535d8d12e2c2f7a50c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
bcadd() incorrect argument count
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcadd();
?>
--EXPECTF--
Warning: bcadd() expects at least 2 parameters, 0 given in %s on line %d