Date: 03/01/99
- Next message: Greg Fox: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Next in thread: Greg Fox: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Reply: Greg Fox: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mar 01, Rasmus Lerdorf wrote:
> > 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.
Or viewing the result in a web browser that eats the last part because
it thinks it is going to be an HTML tag.
Jim
-- 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: Greg Fox: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Next in thread: Greg Fox: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Reply: Greg Fox: "Re: [PHP-DEV] Bug #1193: string truncation caused by "<=""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

