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 /** * Parse a YAML stream * * @phpstub * * @param string $input * @param int ..

Decoded Output download

<?php

/**
 * Parse a YAML stream
 *
 * @phpstub
 *
 * @param string $input
 * @param int $pos
 * @param int $ndocs
 * @param array $callbacks
 *
 * @return mixed Returns the value encoded in  in appropriate
 *               PHP type. If  is  an
 *               ``array`` will be returned with one entry for each document found
 *               in the stream.
 */
function yaml_parse($input, $pos = false, &$ndocs = NULL, $callbacks = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Parse a YAML stream
 *
 * @phpstub
 *
 * @param string $input
 * @param int $pos
 * @param int $ndocs
 * @param array $callbacks
 *
 * @return mixed Returns the value encoded in  in appropriate
 *               PHP type. If  is  an
 *               ``array`` will be returned with one entry for each document found
 *               in the stream.
 */
function yaml_parse($input, $pos = false, &$ndocs = NULL, $callbacks = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 a35ffbbb2f595d65f6b0f22d1d4de6d6
Eval Count 0
Decode Time 95 ms