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 $listbox * @param int $num * @param ..
Decoded Output download
<?php
/**
*
*
* @phpstub
*
* @param resource $listbox
* @param int $num
* @param string $text
*
* @return void
*/
function newt_listbox_set_entry($listbox, $num, $text)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
*
*
* @phpstub
*
* @param resource $listbox
* @param int $num
* @param string $text
*
* @return void
*/
function newt_listbox_set_entry($listbox, $num, $text)
{
}
Function Calls
None |
Stats
MD5 | 1f5f0cbe4fe25f55e676d891a8229e67 |
Eval Count | 0 |
Decode Time | 74 ms |