philip Wed May 28 15:42:07 2003 EDT Modified files: /phpdoc/en/appendices comparisons.xml Log: Fix missing ids. Index: phpdoc/en/appendices/comparisons.xml diff -u phpdoc/en/appendices/comparisons.xml:1.1 phpdoc/en/appendices/comparisons.xml:1.2 --- phpdoc/en/appendices/comparisons.xml:1.1 Wed May 28 01:10:57 2003 +++ phpdoc/en/appendices/comparisons.xml Wed May 28 15:42:07 2003 @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <appendix id="types.comparisons"> <title>PHP type comparison tables</title> <para> The following tables demonstrate behaviors for PHP - <link linkend="ref.types">types</link> and + <link linkend="language.types">types</link> and <link linkend="language.operators.comparison">comparison operators</link>, for both loose and strict comparisons. This supplemental is also related to the manual section on - <link linkend="ref.types">type juggling</link>. Inspiration was provided - by various user comments and by the work over at + <link linkend="language.types.type-juggling">type juggling</link>. + Inspiration was provided by various user comments and by the work over at <ulink url="&url.blueshoes.comparisons;">BlueShoes</ulink>. </para> <para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php