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 $myVar = 0; /* * test is an function * for testing app **/ function test()..
Decoded Output download
<?php
$myVar = 0;
/*
* test is an function
* for testing app
**/
function test() {
if ($myVar === 0) {
return "hello world!"; // say hello for the world please
}
}
?>
Did this file decode correctly?
Original Code
<?php
$myVar = 0;
/*
* test is an function
* for testing app
**/
function test() {
if ($myVar === 0) {
return "hello world!"; // say hello for the world please
}
}
?>
Function Calls
None |
Stats
MD5 | 19e20606031f9f86272589352b1f4125 |
Eval Count | 0 |
Decode Time | 39 ms |