git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268486 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2008-11-07 11:23:36 +00:00
parent 59892aadb0
commit eabb567094

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.168 $ -->
<!-- $Revision: 1.169 $ -->
<chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Control Structures</title>
@ -1179,7 +1179,7 @@ declare (directive)
</para>
<para>
The <literal>statement</literal> part of the
<literal>declare</literal> block will be executed -- how
<literal>declare</literal> block will be executed - how
it is executed and what side effects occur during execution
may depend on the directive set in the
<literal>directive</literal> block.