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 /** * Replace regular expression * * @phpstub * * @param string $pattern * @p..
Decoded Output download
<?php
/**
* Replace regular expression
*
* @phpstub
*
* @param string $pattern
* @param string $replacement
* @param string $string
*
* @return string The modified string is returned. If no matches are found in
* , then it will be returned unchanged.
*/
function ereg_replace($pattern, $replacement, $string)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Replace regular expression
*
* @phpstub
*
* @param string $pattern
* @param string $replacement
* @param string $string
*
* @return string The modified string is returned. If no matches are found in
* , then it will be returned unchanged.
*/
function ereg_replace($pattern, $replacement, $string)
{
}
Function Calls
None |
Stats
MD5 | ece108ae85b1224447cfd623f5616b4f |
Eval Count | 0 |
Decode Time | 76 ms |