From 5c426ab605f4f7446520246f91db132782ff222f Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Mon, 16 Jul 2001 09:19:52 +0000 Subject: [PATCH] Fix PR#12156 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51588 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/strings.xml b/functions/strings.xml index e6b2cead09..6a816a527c 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1128,7 +1128,7 @@ $colon_separated = implode (":", $array); take into account the relevance of and/or difference between certain symbols (characters) or even the context those symbols appear in to determine the cost of insert, replace and delete - operations, but at the cost of loosing all optimizations done + operations, but at the cost of losing all optimizations done regarding cpu register utilization and cache misses that have been worked into the other two variants.