Home
last modified time | relevance | path

Searched refs:utf (Results 101 – 125 of 179) sorted by relevance

12345678

/PHP-5.6/ext/simplexml/tests/
H A Dprofile12.phpt9 <?xml version="1.0" encoding="utf-8"?>
H A Dprofile13.phpt9 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/intl/tests/
H A Duconverter_oop_callback.phpt26 $c = new MyConverter('ascii', 'utf-8');
/PHP-5.6/ext/mbstring/tests/
H A Dmb_substr_basic.phpt38 $result_2 = mb_substr($string_mb, 2, 7, 'utf-8');
H A Dmb_strtolower_variation4.phpt30 $a = mb_strtolower($sourcestring, 'utf-8');
H A Dmb_strstr_basic.phpt36 var_dump(bin2hex(mb_strstr($string_mb, $needle1, false, 'utf-8')));
H A Dmb_substr_count_error1.phpt26 $encoding = 'utf-8';
H A Dmb_strrchr_basic.phpt36 var_dump(bin2hex(mb_strrchr($string_mb, $needle1, false, 'utf-8')));
H A Dmb_encode_mimeheader_variation4.phpt21 mb_internal_encoding('utf-8');
27 $charset = 'utf-8';
H A Dmb_encode_mimeheader_variation5.phpt22 mb_internal_encoding('utf-8');
26 $charset = 'utf-8';
H A Dmb_ereg_variation5.phpt21 mb_regex_encoding('utf-8');
H A Dmb_stristr_basic.phpt42 var_dump(bin2hex(mb_stristr($string_mb, $needle_mb_lower, false, 'utf-8')));
H A Dmb_strrichr_basic.phpt42 var_dump(bin2hex(mb_strrichr($string_mb, $needle_mb_lower, false, 'utf-8')));
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug42488.phpt22 …de><faultstring>SOAP-ERROR: Encoding: string 'stuff\x93...' is not a valid utf-8 string</faultstri…
H A Dbug30994.phpt8 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/mbstring/libmbfl/
H A DNEWS12 - added check for invalid/obsolete utf-8 encoding (rui).
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt54 string(25) "text/plain; charset=utf-8"
H A Dfinfo_buffer_variation1.phpt53 string(25) "text/plain; charset=utf-8"
/PHP-5.6/ext/iconv/tests/
H A Diconv_substr_basic.phpt40 $result_2 = iconv_substr($string_mb, 2, 7, 'utf-8');
/PHP-5.6/ext/standard/tests/network/
H A Dnews.rss4 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_internal.h320 &(NLBLOCK->nllen), utf)) \
334 &(NLBLOCK->nllen), utf)) \
726 if (utf && c >= 0xc0) GETUTF8(c, eptr);
740 if (utf && c >= 0xc0) GETUTF8INC(c, eptr);
792 if (utf && c >= 0xc0) GETUTF8LEN(c, eptr, len);
845 if (utf && (c & 0xfc00) == 0xd800) GETUTF16(c, eptr);
865 if (utf && (c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);
887 if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
2537 BOOL utf; /* UTF-8 / UTF-16 flag */ member
2738 (utf ? PRIV(strcmp_uc_uc_utf)((str1), (str2)) : PRIV(strcmp_uc_uc)((str1), (str2)))
[all …]
H A Dpcre_jit_compile.c419 BOOL utf; member
2374 if (common->utf) in char_has_othercase()
2420 if (common->utf) in char_get_othercase_bit()
2589 if (common->utf) in peek_char()
2602 if (common->utf) in peek_char()
2686 if (common->utf) in read_char_range()
2761 if (common->utf) in read_char_range()
2814 if (common->utf) in read_char8_type()
2870 if (common->utf) in skip_char_back()
2880 if (common->utf) in skip_char_back()
[all …]
/PHP-5.6/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_005p.phpt2 SOAP Interop Round2 base 005 (php/direct): echoString(utf-8)
H A Dr2_base_005w.phpt2 SOAP Interop Round2 base 005 (php/wsdl): echoString(utf-8)
H A Dr2_base_005s.phpt2 SOAP Interop Round2 base 005 (soap/direct): echoString(utf-8)

Completed in 86 milliseconds

12345678