From e2f53f0f601cd3e97ebdb516e51de1825d0106ea Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Mon, 13 Jun 2022 09:59:16 +0900 Subject: [PATCH] deleted needless `Also`. because previous section deleted by https://github.com/php/doc-en/commit/7ee66cf9b5093a4b659bb1507465fcd1abd7c76a --- language/types/type-juggling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/types/type-juggling.xml b/language/types/type-juggling.xml index 53060fc458..6250ee9a65 100644 --- a/language/types/type-juggling.xml +++ b/language/types/type-juggling.xml @@ -323,7 +323,7 @@ if ($fst === $str) { - Also, because PHP supports indexing into strings via offsets + Because PHP supports indexing into strings via offsets using the same syntax as array indexing, the following example holds true for all PHP versions: