Home
last modified time | relevance | path

Searched refs:c2 (Results 126 – 150 of 162) sorted by relevance

1234567

/PHP-7.3/ext/oci8/tests/
H A Dbind_char_1_11gR1.phpt26 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
112 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
148 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dimp_res_6.phpt26 "create table imp_res_6_tab (c1 number, c2 varchar2(10))",
H A Dimp_res_get_1.phpt26 "create table imp_res_get_1_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_2.phpt26 "create table imp_res_get_2_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_prefetch.phpt26 "create table imp_res_prefetch_tab_1 (c1 number, c2 varchar2(10))",
H A Dbug42173.phpt19 c2 TIMESTAMP (5),
H A Dimp_res_dbmsoutput.phpt26 "create table imp_res_dbmsoutput_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_dbmsoutput.phpt26 "create table imp_res_get_dbmsoutput_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_4.phpt26 "create table imp_res_get_4_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_3.phpt28 "create table imp_res_get_3_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_1.phpt26 "create table imp_res_1_tab_1 (c1 number, c2 varchar2(10))",
/PHP-7.3/ext/gd/libgd/
H A Dgd_crop.c125 int c2 = gdImageGetPixel(im, x, y); in gdImageCropAuto() local
126 match = (color == c2); in gdImageCropAuto()
H A Dgd_interpolation.c700 …const int c2 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight() local
710 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
711 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
712 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
713 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
715 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
716 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
717 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
718 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
/PHP-7.3/ext/mysqli/tests/
H A D013.phpt18 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
H A Dclient-cert.pem56 d2:34:56:8d:d9:c2:6e:b6:55:3b:6a:4d:b6:d2:84:ab:85:7b:
/PHP-7.3/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt134 225: c2
H A Dstrtolower-win32.phpt257 c2 => e2
H A Dparse_str_basic3.phpt58 $s1 = "sum=10%5c2%3d5";
H A Dhtml_entity_decode_iso8859-15.phpt219 LATIN CAPITAL LETTER A WITH CIRCUMFLEX: Â => c2
220 Â => c2
H A Dhtml_entity_decode_macroman.phpt289 ¬ => c2
354 NOT SIGN: ¬ => c2
/PHP-7.3/Zend/
H A Dzend_operators.c2745 int c1, c2; in zend_binary_strcasecmp() local
2755 if (c1 != c2) { in zend_binary_strcasecmp()
2756 return c1 - c2; in zend_binary_strcasecmp()
2767 int c1, c2; in zend_binary_strncasecmp() local
2776 if (c1 != c2) { in zend_binary_strncasecmp()
2777 return c1 - c2; in zend_binary_strncasecmp()
2788 int c1, c2; in zend_binary_strcasecmp_l() local
2798 if (c1 != c2) { in zend_binary_strcasecmp_l()
2799 return c1 - c2; in zend_binary_strcasecmp_l()
2810 int c1, c2; in zend_binary_strncasecmp_l() local
[all …]
/PHP-7.3/ext/dom/tests/
H A Ddom001.phpt204 <row><entry>a2</entry><entry>c2</entry></row>
265 <row><entry>a2</entry><entry>c2</entry></row>
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c4688 OnigCodePoint c, c2; in fetch_token_in_cc() local
4769 c2 = PPEEK; in fetch_token_in_cc()
4770 if (c2 == '{' && in fetch_token_in_cc()
4777 PFETCH(c2); in fetch_token_in_cc()
4778 if (c2 == '^') { in fetch_token_in_cc()
4796 c2 = PPEEK; in fetch_token_in_cc()
4823 c2 = PPEEK; in fetch_token_in_cc()
4888 if (tok->u.code != c2) { in fetch_token_in_cc()
4889 tok->u.code = c2; in fetch_token_in_cc()
5461 OnigCodePoint c2; in fetch_token() local
[all …]
H A Dregexec.c6327 OnigCodePoint c1, c2; in onig_builtin_cmp() local
6337 c2 = ONIGENC_MBC_TO_CODE(reg->enc, p, val.s.end); in onig_builtin_cmp()
6342 c2 = 0; in onig_builtin_cmp()
6346 if (c2 != '=') return ONIGERR_INVALID_CALLOUT_ARG; in onig_builtin_cmp()
6350 if (c2 != '=') return ONIGERR_INVALID_CALLOUT_ARG; in onig_builtin_cmp()
6354 if (c2 == '=') op = OP_LE; in onig_builtin_cmp()
6355 else if (c2 == 0) op = OP_LT; in onig_builtin_cmp()
6359 if (c2 == '=') op = OP_GE; in onig_builtin_cmp()
6360 else if (c2 == 0) op = OP_GT; in onig_builtin_cmp()
/PHP-7.3/
H A Drun-tests.php2313 $c2 = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $idx2+1, $cnt1, $cnt2, 10);
2315 if ($c1 > $c2) {
2317 } else if ($c2 > 0) {

Completed in 94 milliseconds

1234567