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 /** * Checks out a working copy from the repository * * @phpstub * * @param st..

Decoded Output download

<?php

/**
 * Checks out a working copy from the repository
 *
 * @phpstub
 *
 * @param string $repos
 * @param string $targetpath
 * @param int $revision
 * @param int $flags
 *
 * @return bool 
 */
function svn_checkout($repos, $targetpath, $revision = NULL, $flags = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Checks out a working copy from the repository
 *
 * @phpstub
 *
 * @param string $repos
 * @param string $targetpath
 * @param int $revision
 * @param int $flags
 *
 * @return bool 
 */
function svn_checkout($repos, $targetpath, $revision = NULL, $flags = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 d616a8bab42fcdc012749b4ee7a761f8
Eval Count 0
Decode Time 82 ms