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 /** * Count the number of substring occurrences * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Count the number of substring occurrences
 *
 * @phpstub
 *
 * @param string $haystack
 * @param string $needle
 * @param int $offset
 * @param int $length
 *
 * @return int This function returns an ``integer``.
 */
function substr_count($haystack, $needle, $offset = false, $length = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Count the number of substring occurrences
 *
 * @phpstub
 *
 * @param string $haystack
 * @param string $needle
 * @param int $offset
 * @param int $length
 *
 * @return int This function returns an ``integer``.
 */
function substr_count($haystack, $needle, $offset = false, $length = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 1c96709a8cfa228d96f1d695a0ccb9ac
Eval Count 0
Decode Time 71 ms