Home
last modified time | relevance | path

Searched refs:xc0 (Results 1 – 25 of 34) sorted by relevance

12

/PHP-7.0/ext/mbstring/tests/
H A Dbug49536.phpt12 var_dump(mb_detect_encoding("\xc0\x00", "UTF-8", false));
14 var_dump(mb_detect_encoding("\xc0\x00", "UTF-8", true));
H A Dillformed_utf_sequences.phpt26 var_dump(chk_enc("\xc0\xb1\xc0\xb2\xc0\xb3", 6));
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput437 a\xc0\x88b
38 0: a\xc0
40 2: \xc0
49 a\xc0\x88b
51 1: \xc0\x88
62 0: a\xc0\x92
63 1: \xc0
74 0: a\xc0\x92
75 1: \xc0
86 0: a\xc0
[all …]
H A Dwintestoutput3155 [A-Za-z\x83\x8a\x8c\x8e\x9a\x9c\x9e\x9f\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
157 [A-Z\x8a\x8c\x8e\x9f\xc0-\xd6\xd8-\xde]
H A Dtestoutput3163 [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
165 [A-Z\xc0-\xd6\xd8-\xde]
H A Dtestinput423 a\xc0\x88b
29 a\xc0\x88b
35 a\xc0\x92bcd
41 a\xc0\x92bcd
47 a\xc0\x92bcd
H A Dtestoutput2339 \xbe \xbf \xc0 \xc1 \xc2 \xc3 \xc4 \xc5 \xc6 \xc7 \xc8 \xc9 \xca \xcb \xcc
66 \xc0 \xc1 \xc2 \xc3 \xc4 \xc5 \xc6 \xc7 \xc8 \xc9 \xca \xcb \xcc \xcd \xce
H A Dtestinput979 a\xc0\x88b
85 a\xc0\x88b
91 a\xc0\x92bcd
97 a\xc0\x92bcd
103 a\xc0\x92bcd
H A Dtestoutput2586 \xbe \xbf \xc0 \xc1 \xc2 \xc3 \xc4 \xc5 \xc6 \xc7 \xc8 \xc9 \xca \xcb \xcc
113 \xc0 \xc1 \xc2 \xc3 \xc4 \xc5 \xc6 \xc7 \xc8 \xc9 \xca \xcb \xcc \xcd \xce
H A Dtestoutput9128 a\xc0\x88b
129 0: a\xc0\x88b
130 1: a\xc0\x88
131 2: a\xc0
141 1: a\xc0\x88
142 2: a\xc0
151 0: a\xc0\x92
159 0: a\xc0\x92
160 1: a\xc0
169 0: a\xc0\x92
[all …]
H A Dtestinput1586 \xc0\x8f
118 \xc0\x80
H A Dtestoutput15152 \xc0\x8f
210 \xc0\x80
890 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xc0 \xc1 \xc2 \xc3 \xc4
H A Dtestoutput18-16775 \xb4 \xb5 \xb6 \xb7 \xb8 \xb9 \xba \xbb \xbc \xbd \xbe \xbf \xc0 \xc1 \xc2
H A Dtestoutput18-32772 \xb4 \xb5 \xb6 \xb7 \xb8 \xb9 \xba \xbb \xbc \xbd \xbe \xbf \xc0 \xc1 \xc2
/PHP-7.0/ext/standard/tests/math/
H A Dbug30695.phpt15 $char = ( chr(0xc0 | (($char_code >> 6) & 0x1f)) .
/PHP-7.0/ext/standard/tests/image/
H A D75x50.xbm8 0xef, 0xeb, 0x55, 0x03, 0xff, 0xdf, 0x75, 0x1f, 0xc0,
43 0x23, 0x60, 0x1f, 0x20, 0xc0, 0x12, 0xa8, 0xf6, 0x05,
/PHP-7.0/ext/standard/tests/strings/
H A Dstrval_variation2.phpt24 $sc = "\xc0\xc1\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\xcc\xcd\xce\xcf";
H A Dhtmlentities20.phpt10 0xc0 | ($k >> 6),
H A Dhtmlentities_html4.phpt10 0xc0 | ($k >> 6),
H A Dbug49785.phpt13 var_dump(_bin2hex(htmlentities("\xc2\xc0", ENT_QUOTES, "UTF-8")));
40 var_dump(_bin2hex(htmlentities("\xc0\xa0\xc2\x80", ENT_QUOTES | ENT_IGNORE, "UTF-8")));
46 var_dump(_bin2hex(htmlspecialchars("\xc0\xa6", ENT_QUOTES, 'UTF-8')));
H A Dhtml_entity_decode_cp866.phpt70 0x2514 => array(0xc0, "BOX DRAWINGS LIGHT UP AND RIGHT"),
/PHP-7.0/Zend/
H A Dzend_strtod.c857 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
886 xc0 = c->x;
888 for(; xb < xbe; xc0++) {
891 xc = xc0;
904 for(; xb < xbe; xb++, xc0++) {
907 xc = xc0;
921 xc = xc0;
936 for(; xb < xbe; xc0++) {
939 xc = xc0;
952 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
/PHP-7.0/ext/json/
H A Djson_scanner.re286 *(s->pstr++) = (char) (0xc0 | (utf16 >> 6));
/PHP-7.0/ext/standard/html_tables/mappings/
H A DCP866.TXT210 0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic4064 >3 ubyte <0xc0
5825 >4 byte&0xc0 = 0xc0 reserved frequency,
6672 >0 ubyte 0xc0 CTOS
16888 >>1 byte&0xc0 0xc0 Symmetric-Key Encrypted Session Key
16893 >>1 byte&0xc0 0xc0 Secret-Subkey
16897 >>1 byte&0xc0 0x80 Marker
16898 >>1 byte&0xc0 0xc0 Literal Data
16900 >>1 byte&0xc0 0x00 Trust
16903 >>1 byte&0xc0 0xc0 Unused [z%x]
16908 >>1 byte&0xc0 0xc0 Modification Detection Code
[all …]

Completed in 100 milliseconds

12