Home
last modified time | relevance | path

Searched refs:c2 (Results 76 – 100 of 157) sorted by last modified time

1234567

/PHP-7.4/ext/ctype/tests/
H A Dctype_alnum_basic.phpt17 $c2 = ' \t*@';
20 var_dump(ctype_alnum($c2));
H A Dctype_alpha_basic.phpt17 $c2 = "Hello, World!";
20 var_dump(ctype_alpha($c2));
H A Dctype_cntrl_basic.phpt17 $c2 = "Hello, World!\n";
20 var_dump(ctype_cntrl($c2));
H A Dctype_digit_basic.phpt17 $c2 = 'abc123';
20 var_dump(ctype_digit($c2));
H A Dctype_graph_basic.phpt17 $c2 = "Hello, world!\n";
20 var_dump(ctype_graph($c2));
H A Dctype_lower_basic.phpt17 $c2 = "Hello, world!\n";
20 var_dump(ctype_lower($c2));
H A Dctype_print_basic.phpt17 $c2 = null;
20 var_dump(ctype_print($c2));
/PHP-7.4/win32/
H A Dfnmatch.c155 char c, c2; in rangematch() local
180 && (c2 = *(pattern+1)) != EOS && c2 != ']') { in rangematch()
182 if (c2 == '\\' && !(flags & FNM_NOESCAPE)) in rangematch()
183 c2 = *pattern++; in rangematch()
184 if (c2 == EOS) in rangematch()
188 c2 = tolower((unsigned char)c2); in rangematch()
191 (unsigned char)test <= (unsigned char)c2) in rangematch()
/PHP-7.4/tests/classes/
H A Diterators_004.phpt18 class c2 {
46 $obj = new c2();
/PHP-7.4/tests/basic/
H A Dbug73969.phpt5 trait c2
15 use c2
17 c2::f1 as f2;
/PHP-7.4/ext/xsl/tests/
H A Dxslt006.phpt19 a2 c2 <br/>
H A Dxslt001.phpt18 a2 c2 <br/>
H A Dxslt002.phpt25 a2 c2 <br>
H A Dxslt003.phpt19 a2 c2 <br/>
H A Dxslt004.phpt25 a2 c2 <br/>
H A Dxslt005.phpt26 a2 c2 <br/>
H A Dxslt007.phpt20 a2 c2 <br/>
H A Dxslt008-mb.phpt27 a2 c2 <br/>
H A Dxslt008.phpt27 a2 c2 <br/>
H A Dxslt012.phpt48 a2 c2 <br/>
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_cp866.phpt347 BOX DRAWINGS LIGHT DOWN AND HORIZONTAL: &#x252C; => c2
H A Dhtml_entity_decode_iso8859-15.phpt219 LATIN CAPITAL LETTER A WITH CIRCUMFLEX: &#xC2; => c2
220 &#xC2; => c2
H A Dhtml_entity_decode_win1251.phpt351 CYRILLIC CAPITAL LETTER VE: &#x412; => c2
H A Dhtml_entity_decode_iso8859-5.phpt219 CYRILLIC CAPITAL LETTER TE: &#x422; => c2
H A Dhtml_entity_decode_koi8-r.phpt347 CYRILLIC SMALL LETTER BE: &#x431; => c2

Completed in 28 milliseconds

1234567