1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00
Files
archived-php-src/ext/standard/tests/string/001.phpt

14 lines
190 B
PHP

--TEST--
iconv test
--FILE--
<?php
$test = "Stig Sæther Bakken";
print "$test\n";
printf("%s\n", iconv("iso-8859-1", "utf-8", $test));
?>
--EXPECT--
Stig Sæther Bakken
Stig Sæther Bakken