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 #75514 mt_rand returns value outside [$min,$max] --FILE-- <?php mt_srand(0, M..

Decoded Output download

--TEST--
Bug #75514 mt_rand returns value outside [$min,$max]
--FILE--
<?php
mt_srand(0, MT_RAND_PHP);
var_dump(mt_rand(0,999999999), mt_rand(0,999));
?>
--EXPECT--
int(448865905)
int(592)

Did this file decode correctly?

Original Code

--TEST--
Bug #75514 mt_rand returns value outside [$min,$max]
--FILE--
<?php
mt_srand(0, MT_RAND_PHP);
var_dump(mt_rand(0,999999999), mt_rand(0,999));
?>
--EXPECT--
int(448865905)
int(592)

Function Calls

None

Variables

None

Stats

MD5 a77ee41bb947235312e01cf22844b985
Eval Count 0
Decode Time 97 ms