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