Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/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.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput4213 /^[a\x{c0}]/8
1037 \x{c0}b
1049 a\x{c0}a\x{c0}aaa/
1050 0: a\x{c0}a\x{c0}aa
1051 1: a\x{c0}a\x{c0}
1057 a\x{c0}a\x{c0}aaa/
1058 0: a\x{c0}a\x{c0}aaa
1059 1: a\x{c0}a\x{c0}a
1061 /^([a\x{c0}]*)a\x{c0}/8
1065 a\x{c0}a\x{c0}aaa/
[all …]
H A Dtestinput4102 /^[a\x{c0}]/8
593 /^[a\x{c0}]b/8
594 \x{c0}b
597 a\x{c0}aaaa/
600 a\x{c0}aaaa/
601 a\x{c0}a\x{c0}aaa/
604 a\x{c0}aaaa/
605 a\x{c0}a\x{c0}aaa/
607 /^([a\x{c0}]*)a\x{c0}/8
608 a\x{c0}aaaa/
[all …]
H A Dtestinput7177 /[\x{c0}\x{391}]/8i
178 \x{c0}
203 /^\x{c0}$/8i
204 \x{c0}
208 \x{c0}
215 /((?i)[\x{c0}])/8
216 \x{c0}
219 /(?i:[\x{c0}])/8
220 \x{c0}
439 !\x{c0}+++++
[all …]
H A Dtestinput10107 \x{c0}
488 /^\x{c0}$/8i
489 \x{c0}
493 \x{c0}
528 /[\x{c0}\x{391}]/8i
529 \x{c0}
836 /\x{c0}+\x{116}+/8i
980 !\x{c0}+++++
990 !\x{c0}+++++
997 !\x{c0}+++++
[all …]
H A Dtestoutput7394 \x{c0}
395 0: \x{c0}
436 \x{c0}
437 0: \x{c0}
442 \x{c0}
443 0: \x{c0}
452 \x{c0}
453 0: \x{c0}
454 1: \x{c0}
460 \x{c0}
[all …]
H A Dtestoutput10178 \x{c0}
966 /^\x{c0}$/8i
967 \x{c0}
968 0: \x{c0}
973 \x{c0}
974 0: \x{c0}
1035 \x{c0}
1036 0: \x{c0}
1842 !\x{c0}+++++
1843 0: \x{c0}++
[all …]
H A Dtestinput67 \x7f\x{c0}\x{30f}\x{660}\x{66c}\x{f01}\x{1680}<
20 \x{c0}
639 \x{1b00}\x{12000}\x{7c0}\x{a840}\x{10900}
1019 \x{03a0}\x{03c0}\x{03d6}
1021 /[z\x{03c0}]+/8i
1022 \x{03a0}\x{03c0}\x{03d6}
1025 \x{03a0}\x{03c0}\x{03d6}
1231 \x{03a0}\x{03c0}\x{03d6}
1233 /\x{03c0}+/8i
1234 \x{03a0}\x{03c0}\x{03d6}
[all …]
H A Dtestoutput629 \x{c0}
1727 \x{03a0}\x{03c0}\x{03d6}
1728 0: \x{3a0}\x{3c0}\x{3d6}
1730 /[z\x{03c0}]+/8i
1731 \x{03a0}\x{03c0}\x{03d6}
1732 0: \x{3a0}\x{3c0}\x{3d6}
1736 0: \x{3a0}\x{3c0}\x{3d6}
2023 0: \x{3a0}\x{3c0}\x{3d6}
2025 /\x{03c0}+/8i
2027 0: \x{3a0}\x{3c0}\x{3d6}
[all …]
H A Dtestinput18115 \x{c0}
H A Dtestoutput1580 \X{c0}\X{c0}\X{c0}xxx
504 \x{c0}
H A Dtestinput15195 \x{c0}
/PHP-5.5/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.5/ext/mbstring/oniguruma/enc/
H A Dutf16_le.c87 UChar c0 = *p; in utf16le_mbc_to_code() local
91 code = ((((c1 - 0xd8) << 2) + ((c0 & 0xc0) >> 6) + 1) << 16) in utf16le_mbc_to_code()
92 + ((((c0 & 0x3f) << 2) + (p[3] - 0xdc)) << 8) in utf16le_mbc_to_code()
/PHP-5.5/tests/classes/
H A Dconstants_basic_001.phpt12 const c0 = UNDEFINED;
35 var_dump(C::c0);
/PHP-5.5/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.5/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-win32.phpt255 c0 => e0
H A Dhtml_entity_decode_iso8859-15.phpt213 LATIN CAPITAL LETTER A WITH GRAVE: &#xC0; => c0
214 &#xC0; => c0
H A Dhtml_entity_decode_macroman.phpt346 &#xBF; => c0
348 INVERTED QUESTION MARK: &#xBF; => c0

Completed in 94 milliseconds

12