Skip to content

Commit 02b8fc7

Browse files
author
foobar
committed
fix test on systems where php.ini has something else than default settings
1 parent adfa620 commit 02b8fc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/iconv/tests/iconv004.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
iconv_mime_encode() sanity cheeck.
33
--SKIPIF--
44
<?php extension_loaded('iconv') or die('skip iconv extension is not available'); ?>
5+
--INI--
6+
iconv.input_encoding = ISO-8859-1
7+
iconv.internal_encoding = ISO-8859-1
8+
iconv.output_encoding = ISO-8859-1
59
--FILE--
610
<?php
711
var_dump(iconv_mime_encode('', ''));

0 commit comments

Comments
 (0)