rquadling Tue Aug 28 08:11:21 2007 UTC
Modified files:
/phpdoc/en/appendices migration5.xml
Log:
Clearer description that 2 callbacks are used.
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/migration5.xml?r1=1.54&r2=1.55&diff_format=u
Index: phpdoc/en/appendices/migration5.xml
diff -u phpdoc/en/appendices/migration5.xml:1.54
phpdoc/en/appendices/migration5.xml:1.55
--- phpdoc/en/appendices/migration5.xml:1.54 Thu Aug 16 08:51:43 2007
+++ phpdoc/en/appendices/migration5.xml Tue Aug 28 08:11:21 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.54 $ -->
+<!-- $Revision: 1.55 $ -->
<appendix xml:id="migration5" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrating from PHP 4 to PHP 5</title>
@@ -340,8 +340,8 @@
<listitem>
<simpara>
<function>array_uintersect_uassoc</function> - Computes the intersection
of
- arrays with additional index check. Both the data and the indexes are
- compared by using a callback functions
+ arrays with additional index check. Both the data and the indexes are
compared
+ by using separate callback functions
</simpara>
</listitem>
<listitem>