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