it should print:
V:\memo\F0001\abcdef.com
\F0001\abcdef.com

-----Original Message-----
From: Rodolfo Gonzalez [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 2:35 PM
To: Rick Emery
Cc: 'Fredrik Arild Takle'; [EMAIL PROTECTED]
Subject: RE: [PHP] eregi_replace


I got this as output:

V:\memo\F0001\abcdef.com
V:\memo\F0001\abcdef.com

But no errors. Where does it fail?

php-4.0.6-5mdk

On Thu, 4 Apr 2002, Rick Emery wrote:

> I think you found a bug in PHP.
> 
> I even tried simple things like:
> $qq = "V:\\memo\\F0001\\abcdef.com";
> print "$qq\n";
> $qx = ereg_replace("V:\\memo","",$qq);
> print $qx;
> 
> and it failed

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to