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 $button1_text
 * @param string $button2_text
 * @param string $button3_text
 * @param string $format
 * @param mixed $args
 * @param mixed $_
 *
 * @return int What the function returns, first on success, then on failure. See
 *             also the ampreturn.success; entity
 */
function newt_win_ternary($title, $button1_text, $button2_text, $button3_text, $format, $args = NULL, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * 
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $title
 * @param string $button1_text
 * @param string $button2_text
 * @param string $button3_text
 * @param string $format
 * @param mixed $args
 * @param mixed $_
 *
 * @return int What the function returns, first on success, then on failure. See
 *             also the ampreturn.success; entity
 */
function newt_win_ternary($title, $button1_text, $button2_text, $button3_text, $format, $args = NULL, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 7fd55cc05a97f9b5867c32bbb66b3001
Eval Count 0
Decode Time 79 ms