From 007f0fd43c9f5c6eb6860ea7175baf711b360623 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 27 Jul 2009 23:08:23 +0000 Subject: [PATCH] We don't support . as a delimiter here in PHP 5.2. Support was added in 5.3 --- ext/iconv/tests/iconv_stream_filter_delimiter.phpt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ext/iconv/tests/iconv_stream_filter_delimiter.phpt b/ext/iconv/tests/iconv_stream_filter_delimiter.phpt index e28ebab293..c3cbdff8c7 100644 --- a/ext/iconv/tests/iconv_stream_filter_delimiter.phpt +++ b/ext/iconv/tests/iconv_stream_filter_delimiter.phpt @@ -40,9 +40,11 @@ string(2) "42" string(20) "a4b3a4f3a4cba4c1a4cf" string(10) "69636f6e76" string(2) "0a" -string(20) "a4b3a4f3a4cba4c1a4cf" -string(10) "69636f6e76" -string(2) "0a" + +Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP.EUC-JP" in %s/iconv_stream_filter_delimiter.php on line %d +string(20) "1b244224332473244b24" +string(10) "41244f1b28" +string(2) "42" Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP\0EUC-JP" in %s/iconv_stream_filter_delimiter.php on line %d string(20) "1b244224332473244b24" -- 2.50.1