mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Closing tag of a PHP block at the end of a file is optional
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146109 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ea06eff962
commit
56ec221f29
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<chapter id="language.basic-syntax">
|
||||
<title>Basic syntax</title>
|
||||
|
||||
|
@ -141,6 +141,7 @@
|
|||
trailing newline if one is present. Also, the closing tag
|
||||
automatically implies a semicolon; you do not need to have a
|
||||
semicolon terminating the last line of a PHP block.
|
||||
Closing tag of a PHP block at the end of a file is optional.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue