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 /** * Determines what kind of item lives at path in a given repository fsroot * ..

Decoded Output download

<?php

/**
 * Determines what kind of item lives at path in a given repository fsroot
 *
 * @phpstub
 *
 * @param resource $fsroot
 * @param string $path
 *
 * @return int
 */
function svn_fs_check_path($fsroot, $path)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Determines what kind of item lives at path in a given repository fsroot
 *
 * @phpstub
 *
 * @param resource $fsroot
 * @param string $path
 *
 * @return int
 */
function svn_fs_check_path($fsroot, $path)
{
}

Function Calls

None

Variables

None

Stats

MD5 295023ae2f75d74b375d87bb7af2107e
Eval Count 0
Decode Time 90 ms