Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 25 of 27) sorted by relevance

12

/PHP-5.3/ext/standard/
H A Dlevenshtein.c33 int i1, i2, c0, c1, c2; in reference_levdist() local
55 c0 = p1[i2] + ((s1[i1] == s2[i2]) ? 0 : cost_rep); in reference_levdist()
57 if (c1 < c0) { in reference_levdist()
58 c0 = c1; in reference_levdist()
61 if (c2 < c0) { in reference_levdist()
62 c0 = c2; in reference_levdist()
64 p2[i2 + 1] = c0; in reference_levdist()
70 c0 = p1[l2]; in reference_levdist()
75 return c0; in reference_levdist()
/PHP-5.3/ext/gd/libgd/
H A Dgd_topal.c478 int c0, c1, c2; local
491 for (c0 = c0min; c0 <= c0max; c0++)
504 for (c0 = c0max; c0 >= c0min; c0--)
518 for (c0 = c0min; c0 <= c0max; c0++)
531 for (c0 = c0min; c0 <= c0max; c0++)
544 for (c0 = c0min; c0 <= c0max; c0++)
557 for (c0 = c0min; c0 <= c0max; c0++)
584 for (c0 = c0min; c0 <= c0max; c0++)
650 cmax = c0;
723 int c0, c1, c2; local
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput4211 /^[a\x{c0}]/8
1035 \x{c0}b
1047 a\x{c0}a\x{c0}aaa/
1048 0: a\x{c0}a\x{c0}aa
1049 1: a\x{c0}a\x{c0}
1055 a\x{c0}a\x{c0}aaa/
1056 0: a\x{c0}a\x{c0}aaa
1057 1: a\x{c0}a\x{c0}a
1059 /^([a\x{c0}]*)a\x{c0}/8
1063 a\x{c0}a\x{c0}aaa/
[all …]
H A Dtestinput4100 /^[a\x{c0}]/8
591 /^[a\x{c0}]b/8
592 \x{c0}b
595 a\x{c0}aaaa/
598 a\x{c0}aaaa/
599 a\x{c0}a\x{c0}aaa/
602 a\x{c0}aaaa/
603 a\x{c0}a\x{c0}aaa/
605 /^([a\x{c0}]*)a\x{c0}/8
606 a\x{c0}aaaa/
[all …]
H A Dtestinput7152 /[\x{c0}\x{391}]/8i
153 \x{c0}
178 /^\x{c0}$/8i
179 \x{c0}
183 \x{c0}
190 /((?i)[\x{c0}])/8
191 \x{c0}
194 /(?i:[\x{c0}])/8
195 \x{c0}
414 !\x{c0}+++++
[all …]
H A Dtestoutput7355 \x{c0}
356 0: \x{c0}
397 \x{c0}
398 0: \x{c0}
403 \x{c0}
404 0: \x{c0}
413 \x{c0}
414 0: \x{c0}
415 1: \x{c0}
421 \x{c0}
[all …]
H A Dtestinput10107 \x{c0}
478 /^\x{c0}$/8i
479 \x{c0}
483 \x{c0}
518 /[\x{c0}\x{391}]/8i
519 \x{c0}
826 /\x{c0}+\x{116}+/8i
970 !\x{c0}+++++
980 !\x{c0}+++++
987 !\x{c0}+++++
[all …]
H A Dtestoutput10202 \x{c0}
1004 /^\x{c0}$/8i
1005 \x{c0}
1006 0: \x{c0}
1011 \x{c0}
1012 0: \x{c0}
1077 \x{c0}
1078 0: \x{c0}
1649 3: \x{c0}
2009 0: \x{c0}++
[all …]
H A Dtestinput65 \x7f\x{c0}\x{30f}\x{660}\x{66c}\x{f01}\x{1680}<
18 \x{c0}
642 \x{1b00}\x{12000}\x{7c0}\x{a840}\x{10900}
1013 \x{03a0}\x{03c0}\x{03d6}
1015 /[z\x{03c0}]+/8i
1016 \x{03a0}\x{03c0}\x{03d6}
1019 \x{03a0}\x{03c0}\x{03d6}
1225 \x{03a0}\x{03c0}\x{03d6}
1227 /\x{03c0}+/8i
1228 \x{03a0}\x{03c0}\x{03d6}
[all …]
H A Dtestoutput627 \x{c0}
1720 \x{03a0}\x{03c0}\x{03d6}
1721 0: \x{3a0}\x{3c0}\x{3d6}
1723 /[z\x{03c0}]+/8i
1724 \x{03a0}\x{03c0}\x{03d6}
1725 0: \x{3a0}\x{3c0}\x{3d6}
1729 0: \x{3a0}\x{3c0}\x{3d6}
2016 0: \x{3a0}\x{3c0}\x{3d6}
2018 /\x{03c0}+/8i
2020 0: \x{3a0}\x{3c0}\x{3d6}
[all …]
H A Dtestinput9156 /^[a\x{c0}]/8
H A Dtestoutput9267 /^[a\x{c0}]/8
/PHP-5.3/ext/mysqli/tests/
H A D018.phpt21 mysqli_stmt_bind_result($stmt, $c0);
26 var_dump($c0);
H A D017.phpt19 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
25 $test = array($c0, $c1, $c2);
H A Dclient-cert.pem26 5e:1f:a3:53:5f:24:13:1c:f8:28:32:b0:7f:69:69:f3:0e:c0:
28 c9:7f:45:20:74:3e:89:c0:e0:26:84:51:cc:04:16:ce:69:99:
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dutf16_le.c86 UChar c0 = *p; in utf16le_mbc_to_code() local
90 code = ((((c1 - 0xd8) << 2) + ((c0 & 0xc0) >> 6) + 1) << 16) in utf16le_mbc_to_code()
91 + ((((c0 & 0x3f) << 2) + (p[3] - 0xdc)) << 8) in utf16le_mbc_to_code()
/PHP-5.3/tests/classes/
H A Dconstants_basic_001.phpt12 const c0 = UNDEFINED;
35 var_dump(C::c0);
/PHP-5.3/ext/gd/tests/
H A Dbug38179.phpt10 $c0 = imagecolorallocate($src, 255,255,255);
H A Dcopy.phpt56 $c0 = imagecolorallocate($src_tc, 0xff, 0xff, 0xff);
85 $c0 = imagecolorallocate($src_tc, 0xff, 0xff, 0xff);
/PHP-5.3/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt255 c0 => c0
287 e0 => c0
H A Dconvert_cyr_string_basic.phpt163 254: c0
H A Dstrtolower.phpt267 c0 => c0
H A Dstrtoupper1.phpt267 c0 => c0
H A Dstrtolower-win32.phpt255 c0 => e0
H A Dbug49785.phpt212 string(2) "c0"

Completed in 78 milliseconds

12