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 /** * Binary safe string comparison * * @phpstub * * @param string $str1 * @p..

Decoded Output download

<?php

/**
 * Binary safe string comparison
 *
 * @phpstub
 *
 * @param string $str1
 * @param string $str2
 *
 * @return int Returns lt 0 if  is less than
 *             ; gt 0 if
 *             is greater than , and 0 if they are
 *             equal.
 */
function strcmp($str1, $str2)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Binary safe string comparison
 *
 * @phpstub
 *
 * @param string $str1
 * @param string $str2
 *
 * @return int Returns lt 0 if  is less than
 *             ; gt 0 if
 *             is greater than , and 0 if they are
 *             equal.
 */
function strcmp($str1, $str2)
{
}

Function Calls

None

Variables

None

Stats

MD5 37ff589d119ae0ad0b8ce939113de600
Eval Count 0
Decode Time 78 ms