Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- bcpow() with a negative exponent --EXTENSIONS-- bcmath --INI-- bcmath.scale=0 --F..
Decoded Output download
--TEST--
bcpow() with a negative exponent
--EXTENSIONS--
bcmath
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcpow("2", "-4");
?>
--EXPECT--
0
Did this file decode correctly?
Original Code
--TEST--
bcpow() with a negative exponent
--EXTENSIONS--
bcmath
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcpow("2", "-4");
?>
--EXPECT--
0
Function Calls
bcpow | 1 |
Stats
MD5 | a8774ad6bfb290dbc1014b70aafd7dac |
Eval Count | 0 |
Decode Time | 100 ms |