bjori Tue Jan 30 22:31:56 2007 UTC
Modified files:
/phpdoc/en/reference/array/functions array-intersect-key.xml
Log:
Typo in example output
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/array/functions/array-intersect-key.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/array/functions/array-intersect-key.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-key.xml:1.3
phpdoc/en/reference/array/functions/array-intersect-key.xml:1.4
--- phpdoc/en/reference/array/functions/array-intersect-key.xml:1.3 Tue Oct
31 11:24:01 2006
+++ phpdoc/en/reference/array/functions/array-intersect-key.xml Tue Jan 30
22:31:56 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.array-intersect-key">
<refnamediv>
<refname>array_intersect_key</refname>
@@ -39,7 +39,7 @@
int(1)
["green"]=>
int(3)
-})
+}
]]>
</screen>
</example>