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 strings into one * * @phpstub * * @param string $old_data * @pa..
Decoded Output download
<?php
/**
* Merge 3 strings into one
*
* @phpstub
*
* @param string $old_data
* @param string $new_data1
* @param string $new_data2
* @param string $error
*
* @return mixed Returns the merged string, false if an internal error happened, or true
* if merged string is empty.
*/
function xdiff_string_merge3($old_data, $new_data1, $new_data2, &$error = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Merge 3 strings into one
*
* @phpstub
*
* @param string $old_data
* @param string $new_data1
* @param string $new_data2
* @param string $error
*
* @return mixed Returns the merged string, false if an internal error happened, or true
* if merged string is empty.
*/
function xdiff_string_merge3($old_data, $new_data1, $new_data2, &$error = NULL)
{
}
Function Calls
None |
Stats
MD5 | bdf02fcbc15eecfe45a53dcea273e56a |
Eval Count | 0 |
Decode Time | 81 ms |