philip Sat Jun 21 12:06:20 2003 EDT
Modified files:
/phpdoc/en/reference/var/functions isset.xml empty.xml
/phpdoc/en/language types.xml operators.xml
Log:
Add link to "the type comparison tables" appendix.
Index: phpdoc/en/reference/var/functions/isset.xml
diff -u phpdoc/en/reference/var/functions/isset.xml:1.9
phpdoc/en/reference/var/functions/isset.xml:1.10
--- phpdoc/en/reference/var/functions/isset.xml:1.9 Wed May 21 18:37:51 2003
+++ phpdoc/en/reference/var/functions/isset.xml Sat Jun 21 12:06:19 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.isset">
<refnamediv>
@@ -96,10 +96,12 @@
<simpara>
See also <function>empty</function>,
- <function>unset</function>, <function>defined</function>,
- <function>array_key_exists</function> and the error control
- <link linkend="language.operators.errorcontrol">@</link>
- operator.
+ <function>unset</function>,
+ <function>defined</function>,
+ <link linkend="types.comparisons">the type comparison tables</link>,
+ <function>array_key_exists</function>,
+ and the error control
+ <link linkend="language.operators.errorcontrol">@</link> operator.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/var/functions/empty.xml
diff -u phpdoc/en/reference/var/functions/empty.xml:1.5
phpdoc/en/reference/var/functions/empty.xml:1.6
--- phpdoc/en/reference/var/functions/empty.xml:1.5 Wed May 21 16:42:06 2003
+++ phpdoc/en/reference/var/functions/empty.xml Sat Jun 21 12:06:19 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.empty">
<refnamediv>
@@ -67,8 +67,9 @@
See also <function>isset</function>,
<function>unset</function>,
<function>array_key_exists</function>,
- <function>count</function>, and
- <function>strlen</function>.
+ <function>count</function>,
+ <function>strlen</function>, and
+ <link linkend="types.comparisons">the type comparison tables</link>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.121 phpdoc/en/language/types.xml:1.122
--- phpdoc/en/language/types.xml:1.121 Fri Jun 20 02:55:46 2003
+++ phpdoc/en/language/types.xml Sat Jun 21 12:06:20 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.121 $ -->
+<!-- $Revision: 1.122 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -161,7 +161,10 @@
Note that a variable may be evaluated with different values in certain
situations, depending on what type it is at the time. For more
information, see the section on <link
- linkend="language.types.type-juggling">Type Juggling</link>.
+ linkend="language.types.type-juggling">Type Juggling</link>. Also, you
+ may be interested in viewing
+ <link linkend="types.comparisons">the type comparison tables</link>,
+ as they show examples of various type related comparisons.
</simpara>
</sect1>
@@ -2502,6 +2505,11 @@
&null;</link></simpara>
</listitem>
-->
+ <listitem>
+ <simpara>
+ <link linkend="types.comparisons">The type comparison tables</link>
+ </simpara>
+ </listitem>
</itemizedlist>
</para>
</sect2>
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.51 phpdoc/en/language/operators.xml:1.52
--- phpdoc/en/language/operators.xml:1.51 Mon Jun 9 19:12:24 2003
+++ phpdoc/en/language/operators.xml Sat Jun 21 12:06:20 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.51 $ -->
+<!-- $Revision: 1.52 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -330,7 +330,9 @@
<title>Comparison Operators</title>
<simpara>
Comparison operators, as their name implies, allow you to compare
- two values.
+ two values. You may also be interested in viewing
+ <link linkend="types.comparisons">the type comparison tables</link>,
+ as they show examples of various type related comparisons.
</simpara>
<table>
<title>Comparison Operators</title>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php