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 /** * Replaces the window associated with panel * * @phpstub * * @param resour..

Decoded Output download

<?php

/**
 * Replaces the window associated with panel
 *
 * @phpstub
 *
 * @param resource $panel
 * @param resource $window
 *
 * @return int
 */
function ncurses_replace_panel($panel, $window)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Replaces the window associated with panel
 *
 * @phpstub
 *
 * @param resource $panel
 * @param resource $window
 *
 * @return int
 */
function ncurses_replace_panel($panel, $window)
{
}

Function Calls

None

Variables

None

Stats

MD5 36c763f0b8f765eb7e8b8d394c86ce23
Eval Count 0
Decode Time 92 ms