#64943 clarity in description

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331668 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2013-10-04 17:30:48 +00:00
parent 372c429475
commit ac59c315a6

View file

@ -216,14 +216,14 @@ echo 'Variables do not $expand $either';
<warning>
<simpara>
It is very important to note that the line with the closing identifier must
contain no other characters, except <emphasis>possibly</emphasis> a
semicolon (<literal>;</literal>). That means especially that the identifier
contain no other characters, except a semicolon (<literal>;</literal>).
That means especially that the identifier
<emphasis>may not be indented</emphasis>, 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 <literal>\n</literal> 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.
</simpara>
<simpara>