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 revision in which path under fsroot was created * * @phpstub ..
Decoded Output download
<?php
/**
* Returns the revision in which path under fsroot was created
*
* @phpstub
*
* @param resource $fsroot
* @param string $path
*
* @return int
*/
function svn_fs_node_created_rev($fsroot, $path)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the revision in which path under fsroot was created
*
* @phpstub
*
* @param resource $fsroot
* @param string $path
*
* @return int
*/
function svn_fs_node_created_rev($fsroot, $path)
{
}
Function Calls
None |
Stats
MD5 | 8e1f2ac81f8ee46e14616429c5fedb56 |
Eval Count | 0 |
Decode Time | 70 ms |