Home
last modified time | relevance | path

Searched refs:c2 (Results 101 – 125 of 152) sorted by relevance

1234567

/PHP-8.1/ext/xsl/tests/
H A Dxslt008-mb.phpt25 a2 c2 <br/>
H A Dxslt008.phpt25 a2 c2 <br/>
H A Dxslt005.phpt26 a2 c2 <br/>
H A Dxslt004.phpt26 a2 c2 <br/>
H A Dxslt002.phpt25 a2 c2 <br>
H A Dxslt012.phpt48 a2 c2 <br/>
/PHP-8.1/ext/mysqli/tests/
H A D002.phpt36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
41 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
H A D013.phpt19 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_cursor.phpt27 "create table imp_res_cursor_tab_1 (c1 number, c2 varchar2(10))",
44 … open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual;
H A Dimp_res_get_cursor.phpt27 "create table imp_res_get_cursor_tab_1 (c1 number, c2 varchar2(10))",
41 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua…
H A Dbind_sqltint.phpt38 $c2 = "Hood141";
39 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, varchar2_t10) VALUES (141, :c2)");
40 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_INT);
H A Dimp_res_lob.phpt27 "create table imp_res_lob_tab (c1 number, c2 clob, c3 varchar2(10))",
40 open c1 for select c2 from imp_res_lob_tab order by c1;
H A Dconnect_with_charset_001.phpt11 var_dump($c2 = oci_connect($user, $password, $dbase, ""));
H A Dbug42496_2.phpt20 "CREATE table bug42496_2_tab(c1 CLOB, c2 CLOB)",
H A Dbug42496_1.phpt20 "CREATE table bug42496_1_tab(c1 CLOB, c2 CLOB)",
H A Dedition_2.phpt131 $c2 = get_conn(1);
132 get_edit_attr($c2);
136 get_edit_attr($c2);
143 oci_close($c2);
H A Dbind_char_1.phpt25 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
111 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
147 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dbind_char_1_11gR1.phpt27 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
113 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
149 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dimp_res_6.phpt27 "create table imp_res_6_tab (c1 number, c2 varchar2(10))",
H A Dimp_res_get_2.phpt27 "create table imp_res_get_2_tab_1 (c1 number, c2 varchar2(10))",
/PHP-8.1/ext/standard/
H A Diptc.c121 int c1, c2; in php_iptc_skip_variable() local
125 if ((c2 = php_iptc_get1(fp, spool, spoolbuf)) == EOF) return M_EOI; in php_iptc_skip_variable()
127 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
/PHP-8.1/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt248 c2 => c2
280 e2 => c2
/PHP-8.1/ext/gd/libgd/
H A Dgdkanji.c231 register unsigned char c2 = *p2; in SJIStoJIS() local
232 register int adjust = c2 < 159; in SJIStoJIS()
234 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS()
H A Dgd_crop.c123 int c2 = gdImageGetPixel(im, x, y); in gdImageCropAuto() local
124 match = (color == c2); in gdImageCropAuto()
/PHP-8.1/ext/dom/tests/
H A Ddom_test.inc15 <row><entry>a2</entry><entry>c2</entry></row>

Completed in 46 milliseconds

1234567