diff --git a/language/operators.xml b/language/operators.xml index a87fb1faeb..2bc85b5551 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -738,7 +738,9 @@ $c = $a + $b; var_dump($c); ]]> - + + When executed, this script will print the following: + @@ -750,8 +752,7 @@ array(3) { } ]]> - - + See also the manual sections on the