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 /** * Opens a file * * @phpstub * * @param string $path * @param int $flags ..

Decoded Output download

<?php

/**
 * Opens a file
 *
 * @phpstub
 *
 * @param string $path
 * @param int $flags
 * @param int $mode
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns file descriptor in
 *                  argument of
 *                  on success; otherwise,  is equal to .
 */
function eio_open($path, $flags, $mode, $pri, $callback, $data = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Opens a file
 *
 * @phpstub
 *
 * @param string $path
 * @param int $flags
 * @param int $mode
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns file descriptor in
 *                  argument of
 *                  on success; otherwise,  is equal to .
 */
function eio_open($path, $flags, $mode, $pri, $callback, $data = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 79e812fd20e0c7a986cab3ab05c3d66f
Eval Count 0
Decode Time 90 ms