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 $hei..

Decoded Output download

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param int $left
 * @param int $top
 * @param int $height
 * @param int $flags
 *
 * @return resource 
 */
function newt_listbox($left, $top, $height, $flags = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param int $left
 * @param int $top
 * @param int $height
 * @param int $flags
 *
 * @return resource 
 */
function newt_listbox($left, $top, $height, $flags = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 247625743577cf0c9c24e57b4b347fa5
Eval Count 0
Decode Time 90 ms