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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user