1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

Test was fixed.

This commit is contained in:
Dmitry Stogov
2004-11-22 17:43:31 +00:00
parent 36a5a19c48
commit d605aa7846

View File

@@ -12,7 +12,7 @@ error_reporting=2047
<?php // vim600: syn=php
/* include('test.inc'); */
//error_reporting(E_ALL);
$utf = implode('', file('ext/iconv/tests/Quotes.UTF-8'));
$utf = implode('', file(dirname(__FILE__).'/Quotes.UTF-8'));
print(iconv("UTF-8", "ISO-8859-1//TRANSLIT", $utf));
print(iconv("UTF-8", "ASCII//TRANSLIT", $utf));