From 7f8992423909cebc7f55f98d35785a164ee9ed23 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 4 Oct 2005 07:59:14 +0000 Subject: [PATCH] Unicode support --- ext/standard/tests/strings/bug21453.phpt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/standard/tests/strings/bug21453.phpt b/ext/standard/tests/strings/bug21453.phpt index 40d89dd1b4..cc14573432 100644 --- a/ext/standard/tests/strings/bug21453.phpt +++ b/ext/standard/tests/strings/bug21453.phpt @@ -16,3 +16,9 @@ string(80) " first cell before < first cell after second cell before < second cell after " +--UEXPECT-- +unicode(80) " + + first cell before < first cell after + second cell before < second cell after +" -- 2.50.1