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 $file
 *
 * @return int Returns the size of file that would be created.
 */
function xdiff_file_bdiff_size($file)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Read a size of file created by applying a binary diff
 *
 * @phpstub
 *
 * @param string $file
 *
 * @return int Returns the size of file that would be created.
 */
function xdiff_file_bdiff_size($file)
{
}

Function Calls

None

Variables

None

Stats

MD5 27da84d044ca3585087d4d82628de4e6
Eval Count 0
Decode Time 92 ms