mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Broken links.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275922 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
04db3ecc80
commit
97d7a1c935
5 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<refentry xml:id="errorexception.getseverity" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -34,7 +34,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title><function>ErrorException</function> example</title>
|
||||
<title><function>ErrorException::getSeverity</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<phpdoc:classref xml:id="class.iterator" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
|||
<title>Basic usage</title>
|
||||
<para>
|
||||
This example demonstrates in which order methods are called when
|
||||
<function>foreach</function>ing over an iterator.
|
||||
<link linkend="control-structures.foreach">foreach</link>ing over an iterator.
|
||||
</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<refentry xml:id="iterator.next" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<note>
|
||||
<para>
|
||||
This method is called <emphasis>after</emphasis> each
|
||||
<function>foreach</function> loop.
|
||||
<link linkend="control-structures.foreach">foreach</link> loop.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<refentry xml:id="iterator.rewind" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -19,8 +19,8 @@
|
|||
<note>
|
||||
<para>
|
||||
This is the <emphasis>first</emphasis> method called when starting a
|
||||
<function>foreach</function> loop. It will <emphasis>not</emphasis> be
|
||||
executed <emphasis>after</emphasis> <function>foreach</function> loops.
|
||||
<link linkend="control-structures.foreach">foreach</link> loop. It will <emphasis>not</emphasis> be
|
||||
executed <emphasis>after</emphasis> <link linkend="control-structures.foreach">foreach</link> loops.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<phpdoc:classref xml:id="class.traversable" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
&reftitle.intro;
|
||||
<para>
|
||||
Interface to detect if a class is traversable using
|
||||
<function>foreach</function>.
|
||||
<link linkend="control-structures.foreach">foreach</link>.
|
||||
</para>
|
||||
<para>
|
||||
Abstract base interface that cannot be implemented alone. Instead it must
|
||||
|
@ -23,7 +23,7 @@
|
|||
<note>
|
||||
<para>
|
||||
Internal (built-in) classes that implement this interface can be used in
|
||||
a <function>foreach</function> construct and do not need to implement
|
||||
a <link linkend="control-structures.foreach">foreach</link> construct and do not need to implement
|
||||
<classname>IteratorAggregate</classname> or
|
||||
<classname>Iterator</classname>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue