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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fox at zanshin dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Dec 26 15:01:32 2024 UTC