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

Decoded Output download

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param int $left
 * @param int $top
 * @param string $text
 * @param bool $is_default
 * @param resource $prev_button
 *
 * @return resource 
 */
function newt_radiobutton($left, $top, $text, $is_default, $prev_button = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param int $left
 * @param int $top
 * @param string $text
 * @param bool $is_default
 * @param resource $prev_button
 *
 * @return resource 
 */
function newt_radiobutton($left, $top, $text, $is_default, $prev_button = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 e078567518b937624f4c4f70f5ff52e2
Eval Count 0
Decode Time 84 ms