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.

There is no way this is the case. You must be doing something else in
that script.

-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>