Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$int_value = (int)( $int_value); echo $int_value;..

Decoded Output download

<?  $int_value = (int)( $int_value); 
echo $int_value; ?>

Did this file decode correctly?

Original Code

$int_value = (int)( $int_value);
echo $int_value;

Function Calls

None

Variables

None

Stats

MD5 d0d91a89ac1f79a5ff2e7e926d749cfe
Eval Count 0
Decode Time 38 ms