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 /** * Merge 3 files into one * * @phpstub * * @param string $old_file * @para..

Decoded Output download

<?php

/**
 * Merge 3 files into one
 *
 * @phpstub
 *
 * @param string $old_file
 * @param string $new_file1
 * @param string $new_file2
 * @param string $dest
 *
 * @return mixed Returns true if merge was successful, string with rejected chunks if
 *               it was not or false if an internal error happened.
 */
function xdiff_file_merge3($old_file, $new_file1, $new_file2, $dest)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Merge 3 files into one
 *
 * @phpstub
 *
 * @param string $old_file
 * @param string $new_file1
 * @param string $new_file2
 * @param string $dest
 *
 * @return mixed Returns true if merge was successful, string with rejected chunks if
 *               it was not or false if an internal error happened.
 */
function xdiff_file_merge3($old_file, $new_file1, $new_file2, $dest)
{
}

Function Calls

None

Variables

None

Stats

MD5 84bc858c873fc93f09135c321b707ca7
Eval Count 0
Decode Time 81 ms