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-variable-parameters * @phpstub * * @param string $title ..

Decoded Output download

<?php

/**
 * 
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $title
 * @param string $text
 * @param int $suggested_width
 * @param int $flex_down
 * @param int $flex_up
 * @param int $data_width
 * @param array $items
 * @param string $button1
 * @param string $_
 *
 * @return int 
 */
function newt_win_entries($title, $text, $suggested_width, $flex_down, $flex_up, $data_width, &$items, $button1, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * 
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $title
 * @param string $text
 * @param int $suggested_width
 * @param int $flex_down
 * @param int $flex_up
 * @param int $data_width
 * @param array $items
 * @param string $button1
 * @param string $_
 *
 * @return int 
 */
function newt_win_entries($title, $text, $suggested_width, $flex_down, $flex_up, $data_width, &$items, $button1, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 7d071958009fac7c8d830901e569cc17
Eval Count 0
Decode Time 86 ms