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 getmypid() function: basic test --FILE-- <?php echo "Simple testcase for get..
Decoded Output download
Simple testcase for getmypid() function
Did this file decode correctly?
Original Code
--TEST--
Test getmypid() function: basic test
--FILE--
<?php
echo "Simple testcase for getmypid() function\n";
var_dump(getmypid());
echo "Done\n";
?>
--EXPECTF--
Simple testcase for getmypid() function
int(%d)
Done
Function Calls
getmypid | 1 |
Stats
MD5 | 020e7bc1e731014065561739102a42be |
Eval Count | 0 |
Decode Time | 75 ms |