summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcpow_error3.phpt
blob: 4b937a180bda42d45f93064bc85fba004444bcfe (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