1--TEST-- 2bcpow() with a negative exponent 3--EXTENSIONS-- 4bcmath 5--INI-- 6bcmath.scale=0 7--FILE-- 8<?php 9echo bcpow("2", "-4"); 10?> 11--EXPECT-- 120 13