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 $suggestedWidth
* @param int $flexDown
* @param int $flexUp
* @param int $maxListHeight
* @param array $items
* @param int $listItem
* @param string $button1
* @param string $_
*
* @return int
*/
function newt_win_menu($title, $text, $suggestedWidth, $flexDown, $flexUp, $maxListHeight, $items, &$listItem, $button1 = NULL, $_ = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
*
*
* @phpstub-variable-parameters
* @phpstub
*
* @param string $title
* @param string $text
* @param int $suggestedWidth
* @param int $flexDown
* @param int $flexUp
* @param int $maxListHeight
* @param array $items
* @param int $listItem
* @param string $button1
* @param string $_
*
* @return int
*/
function newt_win_menu($title, $text, $suggestedWidth, $flexDown, $flexUp, $maxListHeight, $items, &$listItem, $button1 = NULL, $_ = NULL)
{
}
Function Calls
None |
Stats
MD5 | 6b902ce22fb3640e5c521debc0ac996f |
Eval Count | 0 |
Decode Time | 107 ms |