ID: 12761
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Output Control
Operating System: win me/freebsd
PHP Version: 4.0.6
New Comment:

This is no bug (As discussed on #Php).

Derick

Previous Comments:
------------------------------------------------------------------------

[2001-08-15 06:50:47] [EMAIL PROTECTED]

$data = eregi_replace("(.*)", prodwebsearch('\\1'), "$data");

function prodwebsearch($search) { 
# here search is fine
# search = ultra 5
return prodsearch($search); 
}

function prodsearch($search) { 
#here its not
# search = \1
return $search;
}

(this is just an example)

why does $search change to \1?

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12761&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to