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
This commit is contained in:
Simone Cortesi 2001-11-26 19:10:27 +00:00
parent a93fc8b46f
commit 15cf6121d3

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.43 $ -->
<!-- $Revision: 1.44 $ -->
<chapter id="control-structures">
<title>Control Structures</title>
@ -1216,6 +1216,7 @@ echo "After the return <br>\n";
$retval = include ('test.inc');
echo "File returned: '$retval'<br>\n";
?>
]]>
</programlisting>
</para>
<para>