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 /** * Find the first occurrence of a string * * @phpstub * * @param string $ha..

Decoded Output download

<?php

/**
 * Find the first occurrence of a string
 *
 * @phpstub
 *
 * @param string $haystack
 * @param mixed $needle
 * @param bool $before_needle
 *
 * @return string Returns the portion of string, or false if
 *                is not found.
 */
function strstr($haystack, $needle, $before_needle = false)
{
}

/**
 * Find the first occurrence of a string
 *
 * @phpstub-alias-of strstr
 * @phpstub
 *
 * @param string $haystack
 * @param mixed $needle
 * @param bool $before_needle
 *
 * @return string Returns the portion of string, or false if
 *                is not found.
 */
function strchr($haystack, $needle, $before_needle = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Find the first occurrence of a string
 *
 * @phpstub
 *
 * @param string $haystack
 * @param mixed $needle
 * @param bool $before_needle
 *
 * @return string Returns the portion of string, or false if
 *                is not found.
 */
function strstr($haystack, $needle, $before_needle = false)
{
}

/**
 * Find the first occurrence of a string
 *
 * @phpstub-alias-of strstr
 * @phpstub
 *
 * @param string $haystack
 * @param mixed $needle
 * @param bool $before_needle
 *
 * @return string Returns the portion of string, or false if
 *                is not found.
 */
function strchr($haystack, $needle, $before_needle = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 e0bf0329d9966ba36e31df0f4c084f40
Eval Count 0
Decode Time 107 ms