From ac59c315a6c76ca46c0c25ba5c9ba2a526bc56b5 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Fri, 4 Oct 2013 17:30:48 +0000 Subject: [PATCH] #64943 clarity in description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331668 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/string.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/language/types/string.xml b/language/types/string.xml index 2e5033c96b..b0004e0baf 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -216,14 +216,14 @@ echo 'Variables do not $expand $either'; It is very important to note that the line with the closing identifier must - contain no other characters, except possibly a - semicolon (;). That means especially that the identifier + contain no other characters, except a semicolon (;). + That means especially that the identifier may not be indented, and there may not be any spaces or tabs before or after the semicolon. It's also important to realize that the first character before the closing identifier must be a newline as defined by the local operating system. This is \n on - UNIX systems, including Mac OS X. The closing delimiter (possibly followed - by a semicolon) must also be followed by a newline. + UNIX systems, including Mac OS X. The closing delimiter must also be + followed by a newline.