Instruction termination (bug #33337)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188367 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-06-14 12:23:11 +00:00
parent e406b9ff26
commit e97788c1fe

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.44 $ -->
<!-- $Revision: 1.45 $ -->
<chapter id="language.basic-syntax">
<title>Basic syntax</title>
<sect1 id="language.basic-syntax.phpmode">
@ -131,7 +131,7 @@ if ($expression) {
<sect1 id="language.basic-syntax.instruction-separation">
<title>Instruction separation</title>
<para>
As in C or Perl, PHP requires instructions to be separated
As in C or Perl, PHP requires instructions to be terminated
with a semicolon at the end of each statement. The closing tag
of a block of PHP code automatically implies a semicolon; you
do not need to have a semicolon terminating the last line of a