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 /** * Case insensitive regular expression match * * @phpstub * * @param string..
Decoded Output download
<?php
/**
* Case insensitive regular expression match
*
* @phpstub
*
* @param string $pattern
* @param string $string
* @param array $regs
*
* @return int Returns the length of the matched string if a match for
* was found in ,
* or false if no matches were found or an error occurred.
*/
function eregi($pattern, $string, &$regs = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Case insensitive regular expression match
*
* @phpstub
*
* @param string $pattern
* @param string $string
* @param array $regs
*
* @return int Returns the length of the matched string if a match for
* was found in ,
* or false if no matches were found or an error occurred.
*/
function eregi($pattern, $string, &$regs = array())
{
}
Function Calls
None |
Stats
MD5 | 636df4486baee49ba2b767871bcdb857 |
Eval Count | 0 |
Decode Time | 90 ms |