php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18017 Print "<=" returns <= with and extra > making "<=>"
Submitted: 2002-06-27 08:41 UTC Modified: 2002-07-14 08:28 UTC
From: gerard at madebymoonlight dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.2.1 OS: Win32 and Linux
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: gerard at madebymoonlight dot com
New email:
PHP Version: OS:

 

 [2002-06-27 08:41 UTC] gerard at madebymoonlight dot com
try the following code.

<?
print "<=";
?>

it prints "<=>"


I dont understand why..... esp as the > seems to be outside the actual string.

This has been tried on a linuz with 4.12 and a win32 box running 4.2.1 as an apache module.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-27 08:50 UTC] cynic@php.net
your browser is most probably making up markup.
try it with wget, lynx, links, cURL or similar agent, and reopen if you still see this.

 [2002-06-27 08:50 UTC] derick@php.net
I can not reproduce this, are you really sure the > is printed?

Try this script:

--------------------
before PHP
<?
print "<=";
?>
after PHP
--------------------

Derick
 [2002-07-13 18:05 UTC] derick@php.net
Can not reproduce this, and no feedback -> bogus
 [2002-07-14 08:28 UTC] gerard at madebymoonlight dot com
seems internet explorer isa resp for this one. when tested on Mozilla or Opera the extra > is not visable.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 01:01:27 2024 UTC