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
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: 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