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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 21:01:27 2024 UTC