php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45127 search problem
Submitted: 2008-05-29 10:58 UTC Modified: 2008-05-29 18:45 UTC
From: willi at hoeser dot info Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: willi at hoeser dot info
New email:
PHP Version: OS:

 

 [2008-05-29 10:58 UTC] willi at hoeser dot info
Description:
------------
php offers possibility to echo text using the <<< - construct:

<?php

echo 'a text';

<<<EOT
another text
EOT;

?>

It is not possible to use the php.net search engine, looking for "<<<"

Reproduce code:
---------------
<?php

echo 'a text';

<<<EOT
another text
EOT;

?>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-29 18:45 UTC] bjori@php.net
http://no.php.net/<<< works fine
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Jun 12 07:00:02 2026 UTC