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:
Jakub Vrana 2003-12-10 13:31:35 +00:00
parent ea06eff962
commit 56ec221f29

View file

@ -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>