php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1193 string truncation caused by "<="
Submitted: 1999-03-01 19:30 UTC Modified: 1999-03-02 06:27 UTC
From: fox at zanshin dot com Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0.6 OS: linux 2.0.35
Private report: No CVE-ID: None
 [1999-03-01 19:30 UTC] fox at zanshin dot com
this php snippet:

  $foo = "baz <= bar";
  echo $foo;

yields:

  baz 

more info available upon request;  e.g., phpinfo() output.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-02 06:27 UTC] sas
use htmlentities
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 07:01:28 2024 UTC