From f616f360e1988ed68d5120e1c43e1e473a5b9e13 Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Fri, 27 Dec 2013 03:47:35 +0000 Subject: [PATCH] Changed 'hallo' to 'hello'. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332515 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/array.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/types/array.xml b/language/types/array.xml index 9f5423ac4e..b1dacc37af 100644 --- a/language/types/array.xml +++ b/language/types/array.xml @@ -201,7 +201,7 @@ array(4) { ]]> @@ -215,7 +215,7 @@ array(4) { [1]=> string(3) "bar" [2]=> - string(5) "hallo" + string(5) "hello" [3]=> string(5) "world" } @@ -306,7 +306,7 @@ string(3) "foo" Both square brackets and curly braces can be used interchangeably - for accessing array elements (e.g. $array[42] and $array{42} will + for accessing array elements (e.g. $array[42] and $array{42} will both do the same thing in the example above).