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 from a file * * @phpstub * * @param string $filename..

Decoded Output download

<?php

/**
 * Parse a YAML stream from a file
 *
 * @phpstub
 *
 * @param string $filename
 * @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_file($filename, $pos = false, &$ndocs = NULL, $callbacks = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Parse a YAML stream from a file
 *
 * @phpstub
 *
 * @param string $filename
 * @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_file($filename, $pos = false, &$ndocs = NULL, $callbacks = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 aad9714b95d4247a82b67a3f1e83e8e5
Eval Count 0
Decode Time 96 ms