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 /** * Patch a file with a binary diff * * @phpstub * * @param string $file * ..
Decoded Output download
<?php
/**
* Patch a file with a binary diff
*
* @phpstub
*
* @param string $file
* @param string $patch
* @param string $dest
*
* @return bool
*/
function xdiff_file_bpatch($file, $patch, $dest)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Patch a file with a binary diff
*
* @phpstub
*
* @param string $file
* @param string $patch
* @param string $dest
*
* @return bool
*/
function xdiff_file_bpatch($file, $patch, $dest)
{
}
Function Calls
None |
Stats
MD5 | 2506b0f6580a45140812ab43b1d43a81 |
Eval Count | 0 |
Decode Time | 92 ms |