From 6e4d10ffb607fcf6541324a8c15e1c927425fa45 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 13 Mar 2006 11:01:37 +0000 Subject: [PATCH] heredoc must be followed by newline (bug #36682) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209256 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index 3244790dec..ece4d9e8bb 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -820,7 +820,8 @@ echo 'Variables do not $expand $either'; It's also important to realize that the first character before the closing identifier must be a newline as defined by your operating system. This is \r on Macintosh - for example. + for example. Closing delimiter (possibly followed by a semicolon) must + be followed by a newline too. If this rule is broken and the closing identifier is not "clean"