torben Sun Feb 10 13:56:54 2002 EDT
Modified files:
/phpdoc/en/functions dir.xml
Log:
Grammar fix. What the hell did I think 'equal and identical to' was
supposed to mean? :)
Index: phpdoc/en/functions/dir.xml
diff -u phpdoc/en/functions/dir.xml:1.31 phpdoc/en/functions/dir.xml:1.32
--- phpdoc/en/functions/dir.xml:1.31 Sun Feb 10 13:47:27 2002
+++ phpdoc/en/functions/dir.xml Sun Feb 10 13:56:54 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
<reference id="ref.dir">
<title>Directory functions</title>
<titleabbrev>Directories</titleabbrev>
@@ -215,9 +215,12 @@
<para>
Please note the fashion in which <function>readdir</function>'s
return value is checked in the examples below. We are explicitly
- testing whether the return value is equal and identical to
- &false; since otherwise, any directory entry whose name evaluates
- to &false; will stop the loop.
+ testing whether the return value is identical to (equal to and of
+ the same type as--see <link
+ linkend="language.operators.comparison">Comparison
+ Operators</link> for more information) &false; since otherwise,
+ any directory entry whose name evaluates to &false; will stop the
+ loop.
</para>
<para>
<example>