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 /** * * * @phpstub * * @param int $left * @param int $top * @param int $wid..

Decoded Output download

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param int $left
 * @param int $top
 * @param int $width
 * @param string $init_value
 * @param int $flags
 *
 * @return resource 
 */
function newt_entry($left, $top, $width, $init_value = NULL, $flags = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param int $left
 * @param int $top
 * @param int $width
 * @param string $init_value
 * @param int $flags
 *
 * @return resource 
 */
function newt_entry($left, $top, $width, $init_value = NULL, $flags = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 15e240058d43383e735ce670b698bbfa
Eval Count 0
Decode Time 71 ms