Date: 03/01/99
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Previous message: Sander Steffann: "[PHP-DEV] Strange GD/TTF behaviour"
- In reply to: fox <email protected>: "[PHP-DEV] Bug #1193: string truncation caused by "<=""
- Next in thread: Jim Winstead: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Reply: Jim Winstead: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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 "<="
>
> 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>
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Previous message: Sander Steffann: "[PHP-DEV] Strange GD/TTF behaviour"
- In reply to: fox <email protected>: "[PHP-DEV] Bug #1193: string truncation caused by "<=""
- Next in thread: Jim Winstead: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Reply: Jim Winstead: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

