Martin Lindhe wrote:
>
> Bug in str_replace(), PHP 4.0.6
>
> $text = "hello world";
> $out = str_replace(" "," ",$text);
> echo $out;
>
> Expected output:
> "hello world"
>
> Actual output:
> "hello world"
>
> Of course, this is what happens if str_
[EMAIL PROTECTED] (Martin Lindhe) wrote:
> Bug in str_replace(), PHP 4.0.6
>
> $text = "hello world";
> $out = str_replace(" "," ",$text);
> echo $out;
>
> Expected output:
> "hello world"
>
> Actual output:
> "hello world"
>
> Of course, this is w
2 matches
Mail list logo