summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcsqrt_error1.phpt
blob: 1f213dbc821208439456e3e279450402f01dda6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
bcsqrt — Get the square root of an arbitrary precision number
--CREDITS--
Antoni Torrents
antoni@solucionsinternet.com
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--FILE--
<?php
echo bcsqrt('-9');
?>
--EXPECTF--
Warning: bcsqrt(): Square root of negative number in %s.php on line %d