From 665aa9a63273b7c07ba2040e6fa0c8ab8161e1cd Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 17 Feb 2004 13:17:07 +0000 Subject: [PATCH] using screen git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151609 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/language/types.xml b/language/types.xml index 035df591f8..085528644b 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1873,15 +1873,20 @@ foreach ($colors as $color) { echo "Do you like $color?\n"; } -/* output: +?> +]]> + + + This will output: + + + ]]> - + @@ -1907,8 +1912,14 @@ foreach ($colors as $key => $color) { $colors[$key] = strtoupper($color); } print_r($colors); - -/* output: +?> +]]> + + + This will output: + + + RED @@ -1916,10 +1927,8 @@ Array [2] => GREEN [3] => YELLOW ) -*/ -?> ]]> - + @@ -1931,18 +1940,22 @@ Array 'January', 'February', 'March'); print_r($firstquarter); - -/* output: +?> +]]> + + + This will output: + + + 'January' [2] => 'February' [3] => 'March' ) -*/ -?> ]]> - +