colder Mon Aug 20 04:42:19 2007 UTC
Modified files: /phpdoc/en/language operators.xml Log: Make + on arrays more clear http://cvs.php.net/viewvc.cgi/phpdoc/en/language/operators.xml?r1=1.117&r2=1.118&diff_format=u Index: phpdoc/en/language/operators.xml diff -u phpdoc/en/language/operators.xml:1.117 phpdoc/en/language/operators.xml:1.118 --- phpdoc/en/language/operators.xml:1.117 Fri Aug 17 09:02:49 2007 +++ phpdoc/en/language/operators.xml Mon Aug 20 04:42:19 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.117 $ --> +<!-- $Revision: 1.118 $ --> <chapter xml:id="language.operators" xmlns="http://docbook.org/ns/docbook"> <title>Operators</title> <simpara> @@ -1110,8 +1110,8 @@ </table> <para> The <literal>+</literal> operator - appends the right handed array to the left handed, whereas - duplicated keys are NOT overwritten. + appends elements of remaining keys from the right handed array to the + left handed, whereas duplicated keys are NOT overwritten. </para> <para> <informalexample>