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 /** * Create a new subversion repository at path * * @phpstub * * @param strin..
Decoded Output download
<?php
/**
* Create a new subversion repository at path
*
* @phpstub
*
* @param string $path
* @param array $config
* @param array $fsconfig
*
* @return resource
*/
function svn_repos_create($path, $config = array(), $fsconfig = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a new subversion repository at path
*
* @phpstub
*
* @param string $path
* @param array $config
* @param array $fsconfig
*
* @return resource
*/
function svn_repos_create($path, $config = array(), $fsconfig = array())
{
}
Function Calls
None |
Stats
MD5 | 8cad5bd8d4edccdae6d458041f1c9be3 |
Eval Count | 0 |
Decode Time | 79 ms |