mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix for bug #17409
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83364 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
12db08b5c0
commit
8b0ec988ce
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.57 $ -->
|
||||
<!-- $Revision: 1.58 $ -->
|
||||
<chapter id="control-structures">
|
||||
<title>Control Structures</title>
|
||||
|
||||
|
@ -189,9 +189,9 @@ A is equal to 5
|
|||
</informalexample>
|
||||
</para>
|
||||
<simpara>
|
||||
In the above example, the HTML block "A = 5" is nested within an
|
||||
<literal>if</literal> statement written in the alternative syntax.
|
||||
The HTML block would be displayed only if $a is equal to 5.
|
||||
In the above example, the HTML block "A is equal to 5" is nested within an
|
||||
<literal>if</literal> statement written in the alternative syntax. The
|
||||
HTML block would be displayed only if $a is equal to 5.
|
||||
</simpara>
|
||||
<para>
|
||||
The alternative syntax applies to <literal>else</literal> and
|
||||
|
|
Loading…
Reference in a new issue