Annotation of embedaddon/php/ext/bcmath/tests/bcdiv_error1.phpt, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>