diff --git a/language/operators.xml b/language/operators.xml index 0b8f04c4e9..2b5f6c933e 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -228,7 +228,11 @@ ]]> @@ -242,10 +246,14 @@ $a = ($b = 4) + 5; // $a is equal to 9 now, and $b has been set to 4. ]]> @@ -531,8 +539,10 @@ $value = @$cache[$key]; $output"; +?> ]]> @@ -725,11 +735,13 @@ AC ]]> @@ -752,12 +764,14 @@ $a .= "World!"; // now $a contains "Hello World!" "apple", "b" => "banana"); $b = array("a" =>"pear", "b" => "strawberry", "c" => "cherry"); $c = $a + $b; var_dump($c); +?> ]]>