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 function test() : array{ return [1, 2, 3]; } var_dump(test());..
Decoded Output download
<?php
function test() : array{
return [1, 2, 3];
}
var_dump(test()); ?>
Did this file decode correctly?
Original Code
<?php
function test() : array{
return [1, 2, 3];
}
var_dump(test());
Function Calls
None |
Stats
MD5 | ad8cc62b8a6558daf7479a2bd2834455 |
Eval Count | 0 |
Decode Time | 55 ms |