mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
putting &example.outputs; for each example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179407 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
20a6a06e98
commit
103f4fe381
1 changed files with 3 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<sect1 id="language.oop5.iterations">
|
||||
<title>Object Iteration</title>
|
||||
<para>
|
||||
|
@ -131,9 +131,7 @@ foreach ($it as $a => $b) {
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
Will output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen role="php">
|
||||
<![CDATA[
|
||||
rewinding
|
||||
|
@ -199,9 +197,7 @@ foreach ($coll as $key => $val) {
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
Will output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen role="php">
|
||||
<![CDATA[
|
||||
rewinding
|
||||
|
|
Loading…
Reference in a new issue