summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcdiv_error2.phpt
blob: a90c79e459f0c17ae140f33577edbeba08833580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
bcdiv — Divide two arbitrary precision numbers
--CREDITS--
Antoni Torrents
antoni@solucionsinternet.com
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--FILE--
<?php
echo bcdiv('1', '2', '3', '4');
?>
--EXPECTF--
Warning: bcdiv() expects at most 3 parameters, 4 given in %s.php on line %d