
| Path : /usr/src/php/ext/bcmath/tests/ |
| Current File : //usr/src/php/ext/bcmath/tests/bcpow_error3.phpt |
--TEST--
bcpow() incorrect argument count
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcpow();
?>
--EXPECTF--
Warning: bcpow() expects at least 2 parameters, 0 given in %s on line %d