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-- Test md5() function : basic functionality --FILE-- <?php echo "*** Testing md5() ..

Decoded Output download

*** Testing md5() : basic functionality ***

Did this file decode correctly?

Original Code

--TEST--
Test md5() function : basic functionality
--FILE--
<?php
echo "*** Testing md5() : basic functionality ***\n";
var_dump(md5("apple"));
?>
--EXPECT--
*** Testing md5() : basic functionality ***
string(32) "1f3870be274f6c49b3e31a0c6728957f"

Function Calls

md5 1
var_dump 1

Variables

None

Stats

MD5 e26e2352abc7de61a0430a18079b502e
Eval Count 0
Decode Time 80 ms