mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
#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:
parent
372c429475
commit
ac59c315a6
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue