Updated test so it won't fail if the extension has been built with libiconv.

This commit is contained in:
Moriyoshi Koizumi 2003-07-06 21:44:44 +00:00
parent 80a8ff3a43
commit e661d9e22a

View File

@ -25,9 +25,7 @@ set_time_limit(5);
$test = 'Écrit par %s.';
if (!@iconv("ISO-8859-1", "ASCII//TRANSLIT", $test)) {
echo 'wrong is right';
}
var_dump(iconv("ISO-8859-1", "ASCII//TRANSLIT", $test));
?>
--EXPECT--
wrong is right
string(14) "'Ecrit par %s."