transform if expression to look like while, for, ...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199234 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sébastien Goupil 2005-10-26 07:58:05 +00:00
parent 89bc639e06
commit ee0237cec3

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.128 $ -->
<!-- $Revision: 1.129 $ -->
<chapter id="language.control-structures">
<title>Control Structures</title>
@ -24,10 +24,8 @@
<informalexample>
<programlisting>
<![CDATA[
<?php
if (expression)
if (expr)
statement
?>
]]>
</programlisting>
</informalexample>