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

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>