vrana Tue Jun 14 08:23:12 2005 EDT
Modified files:
/phpdoc/en/language basic-syntax.xml
Log:
Instruction termination (bug #33337)
http://cvs.php.net/diff.php/phpdoc/en/language/basic-syntax.xml?r1=1.44&r2=1.45&ty=u
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.44
phpdoc/en/language/basic-syntax.xml:1.45
--- phpdoc/en/language/basic-syntax.xml:1.44 Thu Mar 31 16:12:56 2005
+++ phpdoc/en/language/basic-syntax.xml Tue Jun 14 08:23:11 2005
@@ -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 @@
<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