For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2007 > cvs: phpdoc /en/appendices comparisons.xml /en/language control-structures.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/appendices comparisons.xml /en/language control-structures.xml
Hannes Magnusson

2007-08-31, 7:33 pm

bjori Fri Aug 31 19:50:35 2007 UTC

Modified files:
/phpdoc/en/appendices comparisons.xml
/phpdoc/en/language control-structures.xml
Log:
- Fixed bug#42504 ('switch' manual page)


http://cvs.php.net/viewvc.cgi/phpdo...3&diff_format=u
Index: phpdoc/en/appendices/comparisons.xml
diff -u phpdoc/en/appendices/comparisons.xml:1.12 phpdoc/en/appendices/comparisons.xml:1.13
--- phpdoc/en/appendices/comparisons.xml:1.12 Wed Jun 20 22:24:10 2007
+++ phpdoc/en/appendices/comparisons.xml Fri Aug 31 19:50:35 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<appendix xml:id="types.comparisons" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PHP type comparison tables</title>
<para>
@@ -191,7 +191,7 @@
</para>

<para>
- <table>
+ <table xml:id="types.comparisions-loose">
<title>Loose comparisons with <literal>==</literal></title>
<tgroup cols="12">
<thead>
@@ -398,7 +398,7 @@
</para>

<para>
- <table>
+ <table xml:id="type.comparisons-strict">
<title>Strict comparisons with <literal>===</literal></title>
<tgroup cols="12">
<thead>
http://cvs.php.net/viewvc.cgi/phpdo...9&diff_format=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.148 phpdoc/en/language/control-structures.xml:1.149
--- phpdoc/en/language/control-structures.xml:1.148 Fri Aug 17 22:03:53 2007
+++ phpdoc/en/language/control-structures.xml Fri Aug 31 19:50:35 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.148 $ -->
+<!-- $Revision: 1.149 $ -->
<chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Control Structures</title>

@@ -852,6 +852,12 @@
the outer loop, use <literal>continue 2</literal>.
</simpara>
</note>
+ <note>
+ <para>
+ Note that switch/case does
+ <link linkend="types.comparisions-loose">loose comparision</link>.
+ </para>
+ </note>
<para>
The following two examples are two different ways to write the
same thing, one using a series of <literal>if</literal> and
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com