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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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 04:01:30 2024 UTC