|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-10-19 22:48 UTC] felipe@php.net
[2012-08-20 04:47 UTC] stas@php.net
[2012-08-20 04:47 UTC] stas@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: stas
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 18:00:01 2025 UTC |
Description: ------------ token_get_all('<?php <<<DOC {$s(<<<ppp ppp )} DOC; '); Doesn't recognize DOC; as the heredoc end. Looks like some of the heredoc LEXING code was put in the PARSER.