xref: /PHP-5.5/ext/bcmath/tests/bcpow_error3.phpt (revision d42fd45f)
1--TEST--
2bcpow() incorrect argument count
3--SKIPIF--
4<?php if(!extension_loaded("bcmath")) print "skip"; ?>
5--INI--
6bcmath.scale=0
7--FILE--
8<?php
9echo bcpow();
10?>
11--EXPECTF--
12Warning: bcpow() expects at least 2 parameters, 0 given in %s on line %d