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 /** * Returns the number of the youngest revision in the filesystem * * @phpstub..
Decoded Output download
<?php
/**
* Returns the number of the youngest revision in the filesystem
*
* @phpstub
*
* @param resource $fs
*
* @return int
*/
function svn_fs_youngest_rev($fs)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the number of the youngest revision in the filesystem
*
* @phpstub
*
* @param resource $fs
*
* @return int
*/
function svn_fs_youngest_rev($fs)
{
}
Function Calls
None |
Stats
MD5 | 9296de794ca1d7a4e2c995d112a556e8 |
Eval Count | 0 |
Decode Time | 99 ms |