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-- Bug #62112: number_format() is not binary safe --FILE-- <?php var_dump(number_for..

Decoded Output download

--TEST--
Bug #62112: number_format() is not binary safe
--FILE--
<?php
var_dump(number_format(2.5, 2, "", "'"));
?>
--EXPECTF--
string(4) "2%050"

Did this file decode correctly?

Original Code

--TEST--
Bug #62112: number_format() is not binary safe
--FILE--
<?php
var_dump(number_format(2.5, 2, "\0", "'"));
?>
--EXPECTF--
string(4) "2%050"

Function Calls

number_format 1

Variables

None

Stats

MD5 35ea32ace4923654563d915461e0e9a4
Eval Count 0
Decode Time 89 ms