Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/xsl/tests/
H A Dxslt007.phpt20 a2 c2 <br/>
H A Dxslt005.phpt26 a2 c2 <br/>
H A Dxslt008-mb.phpt27 a2 c2 <br/>
H A Dxslt008.phpt27 a2 c2 <br/>
H A Dxslt004.phpt25 a2 c2 <br/>
H A Dxslt002.phpt25 a2 c2 <br>
H A Dxslt012.phpt48 a2 c2 <br/>
/PHP-7.4/tests/classes/
H A Dconstants_basic_001.phpt14 const c1 = 1, c2 = 1.5;
37 var_dump(C::c2);
/PHP-7.4/ext/mysqli/tests/
H A D002.phpt35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
H A D061.phpt42 if (!mysqli_query($link,"CREATE TABLE t_061 (c1 varchar(10), c2 varchar(10))"))
52 if ($result = mysqli_query($link, "SELECT c1,c2 FROM t_061")) {
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_cursor.phpt26 "create table imp_res_cursor_tab_1 (c1 number, c2 varchar2(10))",
43 … open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual;
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_get_cursor.phpt26 "create table imp_res_get_cursor_tab_1 (c1 number, c2 varchar2(10))",
40 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua…
H A Dimp_res_lob.phpt26 "create table imp_res_lob_tab (c1 number, c2 clob, c3 varchar2(10))",
39 open c1 for select c2 from imp_res_lob_tab order by c1;
H A Dbug42496_2.phpt18 "CREATE table bug42496_2_tab(c1 CLOB, c2 CLOB)",
H A Dconnect_with_charset_001.phpt11 var_dump($c2 = oci_connect($user, $password, $dbase, ""));
H A Dbug42496_1.phpt18 "CREATE table bug42496_1_tab(c1 CLOB, c2 CLOB)",
H A Dedition_2.phpt127 $c2 = get_conn(1);
128 get_edit_attr($c2);
132 get_edit_attr($c2);
139 oci_close($c2);
H A Dbind_char_1.phpt24 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
110 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
146 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
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");
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso2022_kr.c200 int c1, c2, s; in mbfl_filt_conv_wchar_2022kr() local
221 c2 = s & 0xff; in mbfl_filt_conv_wchar_2022kr()
223 if (c1 < 0xa1 || c2 < 0xa1){ in mbfl_filt_conv_wchar_2022kr()
/PHP-7.4/ext/standard/
H A Diptc.c133 int c1, c2; in php_iptc_skip_variable() local
137 if ((c2 = php_iptc_get1(fp, spool, spoolbuf)) == EOF) return M_EOI; in php_iptc_skip_variable()
139 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
/PHP-7.4/ext/dom/tests/
H A Ddom_test.inc15 <row><entry>a2</entry><entry>c2</entry></row>
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt257 c2 => c2
289 e2 => c2
/PHP-7.4/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()

Completed in 35 milliseconds

1234567