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 /** * Read a size of file created by applying a binary diff * * @phpstub * * @..
Decoded Output download
<?php
/**
* Read a size of file created by applying a binary diff
*
* @phpstub
*
* @param string $patch
*
* @return int Returns the size of file that would be created.
*/
function xdiff_string_bdiff_size($patch)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Read a size of file created by applying a binary diff
*
* @phpstub
*
* @param string $patch
*
* @return int Returns the size of file that would be created.
*/
function xdiff_string_bdiff_size($patch)
{
}
Function Calls
None |
Stats
MD5 | 9ed948f2863d97f9d72786294d47037c |
Eval Count | 0 |
Decode Time | 71 ms |