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