vrana Tue Jan 17 12:25:19 2006 UTC
Modified files: /phpdoc/en/language operators.xml Log: += for arrays (bug #36047) http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/operators.xml?r1=1.98&r2=1.99&diff_format=u Index: phpdoc/en/language/operators.xml diff -u phpdoc/en/language/operators.xml:1.98 phpdoc/en/language/operators.xml:1.99 --- phpdoc/en/language/operators.xml:1.98 Thu Nov 3 10:17:58 2005 +++ phpdoc/en/language/operators.xml Tue Jan 17 12:25:19 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.98 $ --> +<!-- $Revision: 1.99 $ --> <chapter id="language.operators"> <title>Operators</title> <simpara> @@ -329,7 +329,7 @@ <para> In addition to the basic assignment operator, there are "combined operators" for all of the <link linkend="language.operators">binary - arithmetic</link> and string operators that allow you to use a value in an + arithmetic</link>, array union and string operators that allow you to use a value in an expression and then set its value to the result of that expression. For example: <informalexample>