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 /** * Initializes the readline callback interface and terminal, prints the prompt ..

Decoded Output download

<?php

/**
 * Initializes the readline callback interface and terminal, prints the prompt and returns immediately
 *
 * @phpstub
 *
 * @param string $prompt
 * @param callable $callback
 *
 * @return bool 
 */
function readline_callback_handler_install($prompt, $callback)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Initializes the readline callback interface and terminal, prints the prompt and returns immediately
 *
 * @phpstub
 *
 * @param string $prompt
 * @param callable $callback
 *
 * @return bool 
 */
function readline_callback_handler_install($prompt, $callback)
{
}

Function Calls

None

Variables

None

Stats

MD5 655242c39f0b11ab363451f6c9533ea7
Eval Count 0
Decode Time 82 ms