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 * * @param resource $entry * @param string $value * @par..

Decoded Output download

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param resource $entry
 * @param string $value
 * @param bool $cursor_at_end
 *
 * @return void 
 */
function newt_entry_set($entry, $value, $cursor_at_end = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param resource $entry
 * @param string $value
 * @param bool $cursor_at_end
 *
 * @return void 
 */
function newt_entry_set($entry, $value, $cursor_at_end = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 a94ca4e13e2a914a2a03531b6c489f6a
Eval Count 0
Decode Time 112 ms