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 /** * Get a handle on a specific version of the repository root * * @phpstub * ..

Decoded Output download

<?php

/**
 * Get a handle on a specific version of the repository root
 *
 * @phpstub
 *
 * @param resource $fs
 * @param int $revnum
 *
 * @return resource
 */
function svn_fs_revision_root($fs, $revnum)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get a handle on a specific version of the repository root
 *
 * @phpstub
 *
 * @param resource $fs
 * @param int $revnum
 *
 * @return resource
 */
function svn_fs_revision_root($fs, $revnum)
{
}

Function Calls

None

Variables

None

Stats

MD5 c77daff50d27b30945adc26b46eda36c
Eval Count 0
Decode Time 92 ms