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 /** * Regular expression match for multibyte string * * @phpstub * * @param st..

Decoded Output download

<?php

/**
 * Regular expression match for multibyte string
 *
 * @phpstub
 *
 * @param string $pattern
 * @param string $string
 * @param string $option
 *
 * @return bool
 */
function mb_ereg_match($pattern, $string, $option = 'msr')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Regular expression match for multibyte string
 *
 * @phpstub
 *
 * @param string $pattern
 * @param string $string
 * @param string $option
 *
 * @return bool
 */
function mb_ereg_match($pattern, $string, $option = 'msr')
{
}

Function Calls

None

Variables

None

Stats

MD5 2c9584a84ab6b64d39637bcfe7c1d4d5
Eval Count 0
Decode Time 105 ms