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 function uu(){ if(TRUE){ $x = 123; } ..

Decoded Output download

<?php 
 
    function uu(){ 
         
        if(TRUE){ 
        $x = 123; 
        } 
         
        return $x; 
    } 
     
    echo uu(); 
 
?>

Did this file decode correctly?

Original Code

<?php

    function uu(){
        
        if(TRUE){
        $x = 123;
        }
        
        return $x;
    }
    
    echo uu();

?>

Function Calls

uu 1

Variables

None

Stats

MD5 8f9c30010fd3768a3f23c2601bf020ae
Eval Count 0
Decode Time 83 ms