Home
last modified time | relevance | path

Searched refs:c2 (Results 151 – 157 of 157) sorted by path

1234567

/PHP-7.4/ext/xsl/tests/
H A Dxslt008.phpt27 a2 c2 <br/>
H A Dxslt012.phpt48 a2 c2 <br/>
/PHP-7.4/
H A Drun-tests.php2846 $c2 = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $idx2 + 1, $cnt1, $cnt2, 10);
2848 if ($c1 > $c2) {
2850 } else if ($c2 > 0) {
/PHP-7.4/tests/basic/
H A Dbug73969.phpt5 trait c2
15 use c2
17 c2::f1 as f2;
/PHP-7.4/tests/classes/
H A Dconstants_basic_001.phpt14 const c1 = 1, c2 = 1.5;
37 var_dump(C::c2);
H A Diterators_004.phpt18 class c2 {
46 $obj = new 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()

Completed in 21 milliseconds

1234567