summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcpow_error3.phpt
blob: d661c66b1462b8d79dd2237b1bd1562fc51197e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--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