From 15cf6121d320a47912b3d22c8c733f910e2f786e Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Mon, 26 Nov 2001 19:10:27 +0000 Subject: [PATCH] added missing CDATA closing tag in include example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63285 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 050cf13908..5ee50a6a4d 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -1216,6 +1216,7 @@ echo "After the return
\n"; $retval = include ('test.inc'); echo "File returned: '$retval'
\n"; ?> +]]>