From 096d4d2cae6681aecd999bf994209d50c24bf1aa Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sun, 16 Sep 2001 10:31:30 +0000 Subject: [PATCH] Revert bogus whitespace 'fixes'. (the output of print_r simply IS like this) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57597 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index 003843c32a..6117172406 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -91,7 +91,8 @@ print_r($array); which will display : -Array ( +Array +( [0] => 1 [1] => 1 [2] => 1 @@ -118,7 +119,8 @@ print_r($firstquarter); which will display : -Array ( +Array +( [1] => 'January' [2] => 'February' [3] => 'March' @@ -521,7 +523,8 @@ $c = array_map("show_Spanish", $a, $b); print_r($c); // will output: -// Array ( +// Array +// ( // [0] => The number 1 is called uno in Spanish // [1] => The number 2 is called dos in Spanish // [2] => The number 3 is called tres in Spanish @@ -534,7 +537,8 @@ $d = array_map("map_Spanish", $a , $b); print_r($d); // will output: -// Array ( +// Array +// ( // [0] => Array // ( // [1] => uno