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 /** * Imports an unversioned path into a repository * * @phpstub * * @param st..
Decoded Output download
<?php
/**
* Imports an unversioned path into a repository
*
* @phpstub
*
* @param string $path
* @param string $url
* @param bool $nonrecursive
*
* @return bool
*/
function svn_import($path, $url, $nonrecursive)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Imports an unversioned path into a repository
*
* @phpstub
*
* @param string $path
* @param string $url
* @param bool $nonrecursive
*
* @return bool
*/
function svn_import($path, $url, $nonrecursive)
{
}
Function Calls
None |
Stats
MD5 | 6dbc5c7334e8b9fe9e2b065d76a59bef |
Eval Count | 0 |
Decode Time | 83 ms |