pollita Fri Sep 19 00:33:56 2003 EDT
Modified files:
/phpdoc/en/reference/array/functions array-intersect-assoc.xml
Log:
Correct specified index and grammar
Index: phpdoc/en/reference/array/functions/array-intersect-assoc.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.3
phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.4
--- phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.3 Sun Aug 17
08:21:03 2003
+++ phpdoc/en/reference/array/functions/array-intersect-assoc.xml Fri Sep 19
00:33:56 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.array-intersect-assoc">
<refnamediv>
<refname>array_intersect_assoc</refname>
@@ -46,8 +46,8 @@
In our example you see that only the pair <literal>"a" =>
"green"</literal> is present in both arrays and thus is returned.
The value <literal>"red"</literal> is not returned because in
- <varname>$array1</varname> it's key is <literal>2</literal> while
- the key of "red" in <varname>$array2</varname> it is
+ <varname>$array1</varname> it's key is <literal>0</literal> while
+ the key of "red" in <varname>$array2</varname> is
<literal>1</literal>.
</simpara>
<simpara>