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 transaction * * @phpstub * * @param resource $repos * @par..
Decoded Output download
<?php
/**
* Create a new transaction
*
* @phpstub
*
* @param resource $repos
* @param int $rev
* @param string $author
* @param string $log_msg
*
* @return resource
*/
function svn_repos_fs_begin_txn_for_commit($repos, $rev, $author, $log_msg)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a new transaction
*
* @phpstub
*
* @param resource $repos
* @param int $rev
* @param string $author
* @param string $log_msg
*
* @return resource
*/
function svn_repos_fs_begin_txn_for_commit($repos, $rev, $author, $log_msg)
{
}
Function Calls
None |
Stats
MD5 | c92920a2df4961daa2fce373b3d41b05 |
Eval Count | 0 |
Decode Time | 74 ms |