global statement removal: hphp/test/zend [2/x]
[hiphop-php.git] / hphp / test / zend / good / ext / iconv / tests / bug48289.php
blob2b4e28a8e23bc24a194d938e97b6c6f8e3ab853c
1 <?php
2 $text = "\xE3\x83\x86\xE3\x82\xB9\xE3\x83\x88\xE3\x83\x86\xE3\x82\xB9\xE3\x83\x88";
3 $options = array(
4 'scheme' => 'Q',
5 'input-charset' => 'UTF-8',
6 'output-charset' => 'UTF-8',
7 'line-length' => 30,
8 );
10 echo iconv_mime_encode('Subject', $text, $options);