From 56ec221f29d7d556dae5c929297cf5f9b1871a88 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 10 Dec 2003 13:31:35 +0000 Subject: [PATCH] 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 --- language/basic-syntax.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index 8580379e8b..5c5973a8a3 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -1,5 +1,5 @@ - + Basic syntax @@ -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.