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 /** * Recursively diffs two paths * * @phpstub * * @param string $path1 * @pa..
Decoded Output download
<?php
/**
* Recursively diffs two paths
*
* @phpstub
*
* @param string $path1
* @param int $rev1
* @param string $path2
* @param int $rev2
*
* @return array Returns an array-list consisting of two streams: the first is the diff output
* and the second contains error stream output. The streams can be
* read using . Returns false or null on
* error.
*/
function svn_diff($path1, $rev1, $path2, $rev2)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Recursively diffs two paths
*
* @phpstub
*
* @param string $path1
* @param int $rev1
* @param string $path2
* @param int $rev2
*
* @return array Returns an array-list consisting of two streams: the first is the diff output
* and the second contains error stream output. The streams can be
* read using . Returns false or null on
* error.
*/
function svn_diff($path1, $rev1, $path2, $rev2)
{
}
Function Calls
None |
Stats
MD5 | 97b654dd1fd74621f38b544cfef20da1 |
Eval Count | 0 |
Decode Time | 94 ms |