tony2001 Sun Mar 26 20:09:17 2006 UTC
Modified files:
/phpdoc/en/reference/com reference.xml
/phpdoc/en/reference/com/functions com-isenum.xml
Log:
no need to use xref here, link is enough
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/com/reference.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/com/reference.xml
diff -u phpdoc/en/reference/com/reference.xml:1.11
phpdoc/en/reference/com/reference.xml:1.12
--- phpdoc/en/reference/com/reference.xml:1.11 Sun Sep 4 19:39:09 2005
+++ phpdoc/en/reference/com/reference.xml Sun Mar 26 20:09:16 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- Purpose: utilspec.windows -->
<!-- Membership: bundled -->
@@ -78,8 +78,8 @@
<title>For Each</title>
<para>
- Starting with PHP 5, you may use PHP's own <xref
- linkend="control-structures.foreach"/> statement to iterate
+ Starting with PHP 5, you may use PHP's own <link
+ linkend="control-structures.foreach">foreach</link> statement to iterate
over the contents of a standard COM/OLE IEnumVariant. In laymans terms,
this means that you can use foreach in places where you would have used
<literal>For Each</literal> in VB/ASP code.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/com/functions/com-isenum.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/com/functions/com-isenum.xml
diff -u phpdoc/en/reference/com/functions/com-isenum.xml:1.5
phpdoc/en/reference/com/functions/com-isenum.xml:1.6
--- phpdoc/en/reference/com/functions/com-isenum.xml:1.5 Fri Nov 19
11:26:17 2004
+++ phpdoc/en/reference/com/functions/com-isenum.xml Sun Mar 26 20:09:17 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/com.xml, last change in rev 1.27 -->
<refentry id='function.com-isenum'>
<refnamediv>
@@ -21,7 +21,7 @@
<note>
<para>
This function does not exist in PHP 5; use the more natural
- <xref linkend="control-structures.foreach"/> statement to iterate
+ <link linkend="control-structures.foreach">foreach</link> statement to
iterate
over the contents of COM objects. See <xref linkend="com.foreach"/> for
more details.
</para>