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 /** * Alias of xdiff_string_bdiff * * @phpstub * * @param string $old_data * ..

Decoded Output download

<?php

/**
 * Alias of xdiff_string_bdiff
 *
 * @phpstub
 *
 * @param string $old_data
 * @param string $new_data
 *
 * @return string Returns string with result or false if an internal error happened.
 */
function xdiff_string_diff_binary($old_data, $new_data)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Alias of xdiff_string_bdiff
 *
 * @phpstub
 *
 * @param string $old_data
 * @param string $new_data
 *
 * @return string Returns string with result or false if an internal error happened.
 */
function xdiff_string_diff_binary($old_data, $new_data)
{
}

Function Calls

None

Variables

None

Stats

MD5 a85b62ca749d6154d8de13e8184cd191
Eval Count 0
Decode Time 76 ms