php-src/ext/bcmath/tests/bcsqrt_error2.phpt

12 lines
249 B
Plaintext
Raw Normal View History

2010-03-08 15:16:51 +00:00
--TEST--
bcsqrt() incorrect argument count
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcsqrt();
?>
--EXPECTF--
Warning: bcsqrt() expects at least 1 parameter, 0 given in %s on line %d