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 case-insensitive string comparison * * @phpstub * * @param s..

Decoded Output download

<?php

/**
 * Binary safe case-insensitive 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 strcasecmp($str1, $str2)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Binary safe case-insensitive 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 strcasecmp($str1, $str2)
{
}

Function Calls

None

Variables

None

Stats

MD5 58d296d944572499f4894cba69109e21
Eval Count 0
Decode Time 88 ms