mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268486 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
59892aadb0
commit
eabb567094
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue