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 /** * Output one or more strings * * @phpstub-variable-parameters * @phpstub *..

Decoded Output download

<?php

/**
 * Output one or more strings
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $arg1
 * @param string $_
 *
 * @return void 
 */
function echo($arg1, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Output one or more strings
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $arg1
 * @param string $_
 *
 * @return void 
 */
function echo($arg1, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 f240e1e93cab228e3a78cb5f5e3885f7
Eval Count 0
Decode Time 86 ms