Searched refs:c3 (Results 51 – 75 of 78) sorted by relevance
1234
/PHP-8.0/ext/mysqli/tests/ |
H A D | 013.phpt | 19 c3 int, c4 bigint,
|
/PHP-8.0/ext/oci8/tests/ |
H A D | imp_res_cursor.phpt | 32 "create table imp_res_cursor_tab_2 (c3 varchar2(1))",
|
H A D | imp_res_get_cursor.phpt | 32 "create table imp_res_get_cursor_tab_2 (c3 varchar2(1))",
|
H A D | imp_res_lob.phpt | 26 "create table imp_res_lob_tab (c1 number, c2 clob, c3 varchar2(10))",
|
H A D | imp_res_get_1.phpt | 32 "create table imp_res_get_1_tab_2 (c3 varchar2(1))",
|
H A D | imp_res_get_2.phpt | 32 "create table imp_res_get_2_tab_2 (c3 varchar2(1))",
|
H A D | bug42173.phpt | 20 c3 TIMESTAMP WITH TIME ZONE,
|
H A D | imp_res_dbmsoutput.phpt | 32 "create table imp_res_dbmsoutput_tab_2 (c3 varchar2(1))",
|
H A D | imp_res_prefetch.phpt | 32 "create table imp_res_prefetch_tab_2 (c3 varchar2(1))",
|
H A D | imp_res_get_dbmsoutput.phpt | 32 "create table imp_res_get_dbmsoutput_tab_2 (c3 varchar2(1))",
|
H A D | imp_res_get_4.phpt | 32 "create table imp_res_get_4_tab_2 (c3 varchar2(1))",
|
H A D | imp_res_get_3.phpt | 34 "create table imp_res_get_3_tab_2 (c3 varchar2(1))",
|
H A D | imp_res_1.phpt | 32 "create table imp_res_1_tab_2 (c3 varchar2(1))",
|
/PHP-8.0/ext/dom/tests/ |
H A D | dom001.phpt | 200 <row><entry>a3</entry><entry>b3</entry><entry>c3</entry></row> 259 <row><entry>a3</entry><entry>b3</entry><entry>c3</entry></row>
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 706 …const int c3 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight() local 715 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight() 716 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight() 717 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight() 718 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight() 720 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight() 721 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight() 722 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight() 723 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_neon_inc.h | 115 PCRE2_UCHAR char2a = ic.c.c3; in FF_FUN()
|
H A D | pcre2_jit_simd_inc.h | 771 struct { unsigned char c1, c2, c3, c4; } c; member 1075 ic.c.c3 = char2a; in fast_forward_char_pair_simd()
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strtolower-win32.phpt | 249 c3 => e3
|
H A D | html_entity_decode_iso8859-15.phpt | 223 LATIN CAPITAL LETTER A WITH TILDE: Ã => c3 224 Ã => c3
|
H A D | html_entity_decode_iso8859-5.phpt | 223 CYRILLIC CAPITAL LETTER U: У => c3
|
H A D | html_entity_decode_win1251.phpt | 355 CYRILLIC CAPITAL LETTER GHE: Г => c3
|
H A D | html_entity_decode_macroman.phpt | 358 SQUARE ROOT: √ => c3
|
H A D | html_entity_decode_cp866.phpt | 351 BOX DRAWINGS LIGHT VERTICAL AND RIGHT: ├ => c3
|
/PHP-8.0/build/ |
H A D | shtool | 351 opt_OPT=`echo "x$1" | cut -c3-`
|
/PHP-8.0/ext/standard/tests/math/ |
H A D | base_convert_basic.phpt | 463 .........value= 5F res = c3
|
Completed in 45 milliseconds
1234