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 /** * Output a message and terminate the current script * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Output a message and terminate the current script
 *
 * @phpstub
 *
 * @param string $status
 *
 * @return void
 */
function exit($status = NULL)
{
}

/**
 * Output a message and terminate the current script
 *
 * @phpstub
 *
 * @param int $status
 *
 * @return void
 */
function exit($status)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Output a message and terminate the current script
 *
 * @phpstub
 *
 * @param string $status
 *
 * @return void
 */
function exit($status = NULL)
{
}

/**
 * Output a message and terminate the current script
 *
 * @phpstub
 *
 * @param int $status
 *
 * @return void
 */
function exit($status)
{
}

Function Calls

None

Variables

None

Stats

MD5 ef1a20eecab370a53a8955dcc3a84922
Eval Count 0
Decode Time 78 ms