/PHP-5.5/ext/standard/ |
H A D | levenshtein.c | 33 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 D | gd_topal.c | 478 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 D | testoutput4 | 213 /^[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 D | testinput4 | 102 /^[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 D | testinput7 | 177 /[\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 D | testinput10 | 107 \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 D | testoutput7 | 394 \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 D | testoutput10 | 178 \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 D | testinput6 | 7 \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 D | testoutput6 | 29 \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 D | testinput18 | 115 \x{c0}
|
H A D | testoutput15 | 80 \X{c0}\X{c0}\X{c0}xxx 504 \x{c0}
|
H A D | testinput15 | 195 \x{c0}
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | 018.phpt | 21 mysqli_stmt_bind_result($stmt, $c0); 26 var_dump($c0);
|
H A D | 017.phpt | 19 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2); 25 $test = array($c0, $c1, $c2);
|
H A D | client-cert.pem | 26 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 D | utf16_le.c | 87 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 D | constants_basic_001.phpt | 12 const c0 = UNDEFINED; 35 var_dump(C::c0);
|
/PHP-5.5/ext/gd/tests/ |
H A D | bug38179.phpt | 10 $c0 = imagecolorallocate($src, 255,255,255);
|
H A D | copy.phpt | 56 $c0 = imagecolorallocate($src_tc, 0xff, 0xff, 0xff); 85 $c0 = imagecolorallocate($src_tc, 0xff, 0xff, 0xff);
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | strtoupper1-win32.phpt | 255 c0 => c0 287 e0 => c0
|
H A D | convert_cyr_string_basic.phpt | 163 254: c0
|
H A D | strtolower-win32.phpt | 255 c0 => e0
|
H A D | html_entity_decode_iso8859-15.phpt | 213 LATIN CAPITAL LETTER A WITH GRAVE: À => c0 214 À => c0
|
H A D | html_entity_decode_macroman.phpt | 346 ¿ => c0 348 INVERTED QUESTION MARK: ¿ => c0
|