From 7b624a37bc89019c33bbddb656f287ca82f8ddbc Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 29 Jan 2008 23:21:20 +0000 Subject: Fixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char) --- ext/xml/tests/bug43957.phpt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ext/xml/tests/bug43957.phpt (limited to 'ext/xml/tests/bug43957.phpt') diff --git a/ext/xml/tests/bug43957.phpt b/ext/xml/tests/bug43957.phpt new file mode 100644 index 0000000000..34ddcd951d --- /dev/null +++ b/ext/xml/tests/bug43957.phpt @@ -0,0 +1,13 @@ +--TEST-- +Bug #43957 - utf8_decode() bogus conversion on multibyte indicator near end of string +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +abc? -- cgit v1.2.1