Home
last modified time | relevance | path

Searched refs:c1 (Results 201 – 225 of 231) sorted by relevance

12345678910

/PHP-7.4/Zend/tests/
H A Dbug76860_2.phpt16 public static $c = "c1";
/PHP-7.4/ext/oci8/tests/
H A Dconnect_with_charset_001.phpt10 var_dump($c1 = oci_connect($user, $password, $dbase));
H A Dbug42496_1.phpt18 "CREATE table bug42496_1_tab(c1 CLOB, c2 CLOB)",
H A Dlob_041.phpt17 "CREATE table lob_041_tab(c1 CLOB)",
H A Dbind_char_1.phpt24 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
39 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
74 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbind_char_1_11gR1.phpt26 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
41 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
76 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbug42173.phpt18 c1 TIMESTAMP,
H A Dimp_res_3.phpt26 "create table imp_res_3_tab_1 (c1 number, c2 varchar2(10))",
38 c1 sys_refcursor;
42 open c1 for select t1.*, t2.*, t3.*, t4.*, t5.*
45 dbms_sql.return_result(c1);
46 open c1 for select c2 from imp_res_3_tab_1 order by 1;
47 dbms_sql.return_result(c1);
48 open c1 for select * from imp_res_3_tab_2 order by 1;
49 dbms_sql.return_result(c1);
50 open c1 for select * from dual;
51 dbms_sql.return_result (c1);
/PHP-7.4/ext/gd/libgd/
H A Dgdkanji.c230 register unsigned char c1 = *p1; in SJIStoJIS() local
233 register int rowOffset = c1 < 160 ? 112 : 176; in SJIStoJIS()
236 *p1 = ((c1 - rowOffset) << 1) - adjust; in SJIStoJIS()
H A Dgd_interpolation.c704 …const int c1 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy, 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-7.4/ext/mysqli/tests/
H A D013.phpt18 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
/PHP-7.4/Zend/
H A Dzend_operators.c2756 int c1, c2; in zend_binary_strcasecmp() local
2766 if (c1 != c2) { in zend_binary_strcasecmp()
2767 return c1 - c2; in zend_binary_strcasecmp()
2778 int c1, c2; in zend_binary_strncasecmp() local
2787 if (c1 != c2) { in zend_binary_strncasecmp()
2788 return c1 - c2; in zend_binary_strncasecmp()
2799 int c1, c2; in zend_binary_strcasecmp_l() local
2809 if (c1 != c2) { in zend_binary_strcasecmp_l()
2810 return c1 - c2; in zend_binary_strcasecmp_l()
2821 int c1, c2; in zend_binary_strncasecmp_l() local
[all …]
H A Dzend_strtod.c1629 int c1, havedig, udx0, xshift; local
1642 if ((c1 = hexdig[c]))
1643 c = c1 & 0xf;
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt137 224: c1
H A Dstrtolower-win32.phpt256 c1 => e1
H A Dhtml_entity_decode_iso8859-15.phpt216 LATIN CAPITAL LETTER A WITH ACUTE: &#xC1; => c1
217 &#xC1; => c1
H A Dhtml_entity_decode_macroman.phpt256 &#xA1; => c1
351 INVERTED EXCLAMATION MARK: &#xA1; => c1
H A Dhtml_entity_decode_iso8859-5.phpt216 CYRILLIC CAPITAL LETTER ES: &#x421; => c1
H A Dhtml_entity_decode_win1251.phpt348 CYRILLIC CAPITAL LETTER BE: &#x411; => c1
H A Dhtml_entity_decode_cp866.phpt344 BOX DRAWINGS LIGHT UP AND HORIZONTAL: &#x2534; => c1
/PHP-7.4/ext/dom/tests/
H A Ddom007.phpt25 <course cid="c1">
H A Ddom001.phpt203 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
264 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h771 struct { unsigned char c1, c2, c3, c4; } c; member
876 ic.c.c1 = char1; in fast_forward_char_simd()
897 ic.c.c1 = char1 | mask; in fast_forward_char_simd()
915 ic.c.c1 = char1; in fast_forward_char_simd()
1073 ic.c.c1 = char1a; in fast_forward_char_pair_simd()
/PHP-7.4/ext/standard/html_tables/mappings/
H A DROMAN.TXT15 # <c1.1> and Text Encoding Converter 2.0.
16 # b4,c1 2002-Dec-19 Update URLs, notes. Matches internal
/PHP-7.4/
H A Drun-tests.php2845 $c1 = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1 + 1, $idx2, $cnt1, $cnt2, 10);
2848 if ($c1 > $c2) {

Completed in 65 milliseconds

12345678910