Home
last modified time | relevance | path

Searched refs:utf (Results 1 – 25 of 172) sorted by path

1234567

/PHP-7.4/
H A D.editorconfig9 charset = utf-8
/PHP-7.4/Zend/tests/
H A Dbug69092.phpt16 declare(encoding="utf-8");
H A Ddeclare_001.phpt16 declare(encoding = 'utf-8');
H A Ddeclare_002.phpt16 declare(encoding = 'utf-8');
H A Dns_086.phpt13 declare(encoding='utf-8');
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_021.phpt21 string(24) "text/plain;charset=utf-8"
/PHP-7.4/ext/curl/tests/responder/
H A Dget.inc27 header('Content-Type: text/plain;charset=utf-8');
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt14 <?xml version="1.0" encoding="utf-8"?>
H A DDOMNode_replaceChild_basic.phpt11 $document->loadXML('<?xml version="1.0" encoding="utf-8"?>
35 <?xml version="1.0" encoding="utf-8"?>
40 <?xml version="1.0" encoding="utf-8"?>
43 <?xml version="1.0" encoding="utf-8"?>
H A Dbug40836.phpt9 $xml = '<?xml version="1.0" encoding="utf-8"?>
28 <?xml version="1.0" encoding="utf-8"?>
H A Dbug45251.phpt9 <?xml version="1.0" encoding="utf-8" ?>
H A Dbug49463.phpt8 $doc = new DOMDocument('1.0', 'utf-8');
16 <?xml version="1.0" encoding="utf-8"?>
H A Dbug54382.phpt9 $xmlString = '<?xml version="1.0" encoding="utf-8" ?>
H A Dbug54601.phpt8 <?xml version='1.0' encoding='utf-8' ?>
27 <?xml version="1.0" encoding="utf-8"?>
H A Dbug73907.phpt7 $xmlString = '<?xml version="1.0" encoding="utf-8" ?>
H A Dbug81433.phpt9 $dom = new DOMDocument('1.0', 'utf-8');
/PHP-7.4/ext/fileinfo/tests/
H A Dbug71434.phpt8 # -*- coding:utf-8 -*-
H A Dfinfo_buffer_basic-mb.phpt54 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_basic.phpt54 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_variation1-mb.phpt53 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_variation1.phpt53 string(25) "text/plain; charset=utf-8"
H A Dmagic29415 # utf string variant with prepending fe??ffFFff
H A Dmagic私はガラスを食べられます29415 # utf string variant with prepending fe??ffFFff
/PHP-7.4/ext/iconv/tests/
H A Dbug51250.phpt9 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= .", $m));
10 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?Q?*?= .", $m));
11 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?B?".chr(0xA1)."?= .", $m));
12 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?Q?".chr(0xA1)."?= .", $m));
14 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= ."));
15 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?Q?*?= ."));
16 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?B?".chr(0xA1)."?= ."));
17 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?Q?".chr(0xA1)."?= ."));
H A Dbug53304.phpt7 echo iconv_mime_decode('=?utf-8?Q?Nachricht_=c3=bcber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8'…
8 echo iconv_mime_decode('=?utf-8?Q?Nachricht_=C3=BCber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8'…

Completed in 154 milliseconds

1234567