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 if (!function_exists('test23')) { function test23(){ echo 'hello23'; } } ?>..

Decoded Output download

<?php 
if (!function_exists('test23')) { 
function test23(){ 
echo 'hello23'; 
} 
} 
?>

Did this file decode correctly?

Original Code

<?php
if (!function_exists('test23')) {
function test23(){
echo 'hello23';
}
}
?>

Function Calls

function_exists 1

Variables

None

Stats

MD5 38b1908c5b996a6ab032c41c615bc682
Eval Count 0
Decode Time 95 ms