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 resource $textbox * @param string $text * * ..

Decoded Output download

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param resource $textbox
 * @param string $text
 *
 * @return void 
 */
function newt_textbox_set_text($textbox, $text)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param resource $textbox
 * @param string $text
 *
 * @return void 
 */
function newt_textbox_set_text($textbox, $text)
{
}

Function Calls

None

Variables

None

Stats

MD5 dcfd0793ec56c3fe8a9634cbcbf642bd
Eval Count 0
Decode Time 101 ms