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 string with a binary diff * * @phpstub * * @param string $str *..
Decoded Output download
<?php
/**
* Patch a string with a binary diff
*
* @phpstub
*
* @param string $str
* @param string $patch
*
* @return string Returns the patched string, or false on error.
*/
function xdiff_string_bpatch($str, $patch)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Patch a string with a binary diff
*
* @phpstub
*
* @param string $str
* @param string $patch
*
* @return string Returns the patched string, or false on error.
*/
function xdiff_string_bpatch($str, $patch)
{
}
Function Calls
None |
Stats
MD5 | a8c1ced4321b1e0051617c7c5df9ba38 |
Eval Count | 0 |
Decode Time | 88 ms |