1--TEST-- 2bcpowmod — Raise an arbitrary precision number to another, reduced by a specified modulus 3--CREDITS-- 4Antoni Torrents 5antoni@solucionsinternet.com 6--SKIPIF-- 7<?php if(!extension_loaded("bcmath")) print "skip"; ?> 8--FILE-- 9<?php 10echo bcpowmod('1', '2'); 11?> 12--EXPECTF-- 13Warning: bcpowmod() expects at least 3 parameters, 2 given in %s.php on line %d 14