From e97788c1fe8f55ecc13790d23bc5071de7360340 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 14 Jun 2005 12:23:11 +0000 Subject: [PATCH] Instruction termination (bug #33337) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188367 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/basic-syntax.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index 0b8aa1bf9b..fb301040b5 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -1,5 +1,5 @@ - + Basic syntax @@ -131,7 +131,7 @@ if ($expression) { Instruction separation - 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