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

12 lines
247 B
Plaintext
Raw Normal View History

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