php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #10190 \t$var = <<<EOI\n\tblah\tEOI;
Submitted: 2001-04-05 13:06 UTC Modified: 2001-08-28 04:16 UTC
From: eric at peters dot org Assigned:
Status: Duplicate Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: any
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: eric at peters dot org
New email:
PHP Version: OS:

 

 [2001-04-05 13:06 UTC] eric at peters dot org
    $var = <<<EOI
        blah
    EOI;

I would like to have the <<<EOI syntax ignore whitespace when finding the EOI; line

It would make code pretty! :)

Eric

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 04:16 UTC] sander@php.net
Duplicate of 8685.
 [2001-08-28 04:16 UTC] sander@php.net
Oops... duplicate!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC