php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #4985 No support for echo <<< END
Submitted: 2000-06-12 17:57 UTC Modified: 2000-06-12 18:09 UTC
From: paul at netkick dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.0 Release OS: Redhat 6.1
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: paul at netkick dot com
New email:
PHP Version: OS:

 

 [2000-06-12 17:57 UTC] paul at netkick dot com
There is no support or documentation for the echo <<< STOP_TEXT or print <<< STOP_TEXT also known as here-docs.

It is cited as working on the Zend site, but does not work either three of our test servers.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-12 18:01 UTC] zeev at cvs dot php dot net
This is supported in PHP 4.0.0.  Notice that since there's nothing special about this operator, you would still have to add a trailing ; (semicolon) to end your statement.

Documentation may be missing, though, so I'm keeping it open as a documentation problem.
 [2000-06-12 18:09 UTC] eschmid at cvs dot php dot net
It is documented in: http://www.php.net/manual/html/language.types.string.html
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 14 12:00:01 2026 UTC