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 /** * Perform a regular expresssion seach and replace with multibyte support using..
Decoded Output download
<?php
/**
* Perform a regular expresssion seach and replace with multibyte support using a callback
*
* @phpstub
*
* @param string $pattern
* @param callable $callback
* @param string $string
* @param string $option
*
* @return string The resultant ``string`` on success, or false on error.
*/
function mb_ereg_replace_callback($pattern, $callback, $string, $option = 'msr')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Perform a regular expresssion seach and replace with multibyte support using a callback
*
* @phpstub
*
* @param string $pattern
* @param callable $callback
* @param string $string
* @param string $option
*
* @return string The resultant ``string`` on success, or false on error.
*/
function mb_ereg_replace_callback($pattern, $callback, $string, $option = 'msr')
{
}
Function Calls
None |
Stats
MD5 | 114faf4d1bb25308b1ee6960273131eb |
Eval Count | 0 |
Decode Time | 87 ms |