Home
last modified time | relevance | path

Searched refs:bcpow (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/bcmath/tests/
H A Dbcpow.phpt2 bcpow() function
9 echo bcpow("1", "2"),"\n";
10 echo bcpow("-2", "5", 4),"\n";
11 echo bcpow("2", "64"),"\n";
12 echo bcpow("-2.555", "5", 2),"\n";
H A Dbcpow_error3.phpt2 bcpow() incorrect argument count
9 echo bcpow();
12 Warning: bcpow() expects at least 2 parameters, 0 given in %s on line %d
H A Dbcpow_variation001.phpt2 bcpow() with a negative exponent
9 echo bcpow("2", "-4");
/PHP-7.2/ext/bcmath/
H A Dphp_bcmath.h41 PHP_FUNCTION(bcpow);
H A Dbcmath.c105 PHP_FE(bcpow, arginfo_bcpow)
485 PHP_FUNCTION(bcpow) in PHP_FUNCTION() argument
/PHP-7.2/
H A DNEWS475 . Fixed bug #77742 (bcpow() implementation related to gcc compiler

Completed in 16 milliseconds