From b4069f8cdd943fe8f54ac2102eba37f563498008 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 8 Dec 2003 12:00:42 +0000 Subject: [PATCH] php tags for examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145971 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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); +?> ]]>