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 /** * Renames orig_name to new_name in the global function table * * @phpstub *..

Decoded Output download

<?php

/**
 * Renames orig_name to new_name in the global function table
 *
 * @phpstub
 *
 * @param string $original_name
 * @param string $new_name
 *
 * @return bool 
 */
function rename_function($original_name, $new_name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Renames orig_name to new_name in the global function table
 *
 * @phpstub
 *
 * @param string $original_name
 * @param string $new_name
 *
 * @return bool 
 */
function rename_function($original_name, $new_name)
{
}

Function Calls

None

Variables

None

Stats

MD5 d324147f3124e86d0e33e1ae0095486b
Eval Count 0
Decode Time 74 ms