Re: [PHP-DEV] Bug #1193: string truncation caused by "<=" From: Rasmus Lerdorf (rasmus <email protected>)
Date: 03/01/99

> From: fox <email protected>
> Operating system: linux 2.0.35
> PHP version: 3.0.6
> PHP Bug Type: Parser error
> Bug description: string truncation caused by "&lt;="
>
> this php snippet:
>
> $foo = "baz <= bar";
> echo $foo;
>
> yields:
>
> baz
>
> more info available upon request; e.g., phpinfo() output.

You know, I bet it is sending it, but your browser isn't showing it
because it thinks it is an HTML tag. Do a "View Source" in your browser
and I'll bet you $50 that the correct text is there.

-Rasmus

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>