mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261931 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cbdd63db2f
commit
a71cb60f10
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.162 $ -->
|
||||
<!-- $Revision: 1.163 $ -->
|
||||
<chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Control Structures</title>
|
||||
|
||||
|
@ -181,7 +181,7 @@ if ($a > $b) {
|
|||
will only be considered exactly the same when using curly brackets
|
||||
as in the above example. When using a colon to define your
|
||||
<literal>if</literal>/<literal>elseif</literal> conditions, you must
|
||||
separate <literal>else if</literal> into two words, or PHP will
|
||||
not separate <literal>else if</literal> into two words, or PHP will
|
||||
fail with a parse error.
|
||||
</simpara>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue