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 /** * Move cursor immediately * * @phpstub * * @param int $old_y * @param int..

Decoded Output download

<?php

/**
 * Move cursor immediately
 *
 * @phpstub
 *
 * @param int $old_y
 * @param int $old_x
 * @param int $new_y
 * @param int $new_x
 *
 * @return int
 */
function ncurses_mvcur($old_y, $old_x, $new_y, $new_x)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Move cursor immediately
 *
 * @phpstub
 *
 * @param int $old_y
 * @param int $old_x
 * @param int $new_y
 * @param int $new_x
 *
 * @return int
 */
function ncurses_mvcur($old_y, $old_x, $new_y, $new_x)
{
}

Function Calls

None

Variables

None

Stats

MD5 971471f2452a64bd0527edf149a7f329
Eval Count 0
Decode Time 92 ms