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