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