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 /** * Abort a transaction, returns true if everything is okay, false otherwise * ..
Decoded Output download
<?php
/**
* Abort a transaction, returns true if everything is okay, false otherwise
*
* @phpstub
*
* @param resource $txn
*
* @return bool
*/
function svn_fs_abort_txn($txn)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Abort a transaction, returns true if everything is okay, false otherwise
*
* @phpstub
*
* @param resource $txn
*
* @return bool
*/
function svn_fs_abort_txn($txn)
{
}
Function Calls
None |
Stats
MD5 | 3226552e08c46470d75604839eb7ea0d |
Eval Count | 0 |
Decode Time | 125 ms |