Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php goto X6_VH; provX: function test() { if ($myVar === 0) { return "\x68\x65\x6c\x6c\..
Decoded Output download
<?php
goto X6_VH; provX: function test() { if ($myVar === 0) { return "hello world!"; } } goto Aq_Vr; X6_VH: $myVar = 0; goto provX; Aq_Vr: ?>
Did this file decode correctly?
Original Code
<?php
goto X6_VH; provX: function test() { if ($myVar === 0) { return "\x68\x65\x6c\x6c\x6f\x20\x77\157\162\154\x64\x21"; } } goto Aq_Vr; X6_VH: $myVar = 0; goto provX; Aq_Vr: ?>
Function Calls
None |
Stats
MD5 | 2dcf72ad5a5a07682f5f03f7bb51983e |
Eval Count | 0 |
Decode Time | 89 ms |