Home
last modified time | relevance | path

Searched refs:c2 (Results 76 – 100 of 152) sorted by relevance

1234567

/PHP-8.1/ext/mysqli/tests/
H A D006.phpt23 c2 int unsigned,
36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D007.phpt23 c2 smallint unsigned,
36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D008.phpt23 c2 tinyint unsigned,
36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D011.phpt21 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8);
H A D043.phpt25 mysqli_stmt_bind_param($stmt, "sii", $c1, $c2, $c3);
28 $c2 = 1;
H A D060.phpt27 c2 smallint unsigned,
62 ["c2"]=>
H A Dmysqli_stmt_datatype_change.phpt17 if (!$c2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
24 $c2->query("use $db");
41 var_dump($c2->query("alter table type_change drop a"));
H A D026.phpt20 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 varchar(10), c2 text)");
23 mysqli_stmt_bind_param($stmt, "sb", $c1, $c2);
H A D048.phpt30 $stmt->bind_result($c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
35 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
/PHP-8.1/tests/classes/
H A Diterators_004.phpt18 class c2 {
46 $obj = new c2();
H A Dconstants_basic_001.phpt12 const c1 = 1, c2 = 1.5;
34 var_dump(C::c2);
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_insert.phpt25 $c2 = oci_new_connect($user, $password, $dbase);
59 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
70 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
81 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
91 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
H A Dbind_sqltchr_1.phpt38 $c2 = "Hood241";
39 $s = oci_parse($c, "INSERT INTO bind_sqltchr_tab (id, varchar2_t10) VALUES (241, :c2)");
40 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_CHR);
H A Ddupcolnames.phpt17 "create table dupcolnames_tab2 (c2 number, dupnamecol varchar2(20))",
20 "insert into dupcolnames_tab2 (c2, dupnamecol) values (2, 'jones')",
H A Dfield_funcs3.phpt14 "insert into field_funcs3_tab values ('c1', 'c2', 3, '01-Jan-2010')"
63 string(2) "c2"
H A Dbug41069.phpt33 c2 varchar2(60 byte),
47 "insert into bug41069_tab (c1, c2, c5, c6, c9, c10, c12, c15) values
50 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c13, c15) values
53 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h103 sljit_u8 c2 = ic.c.c2; in FF_FUN() local
104 vect_t vc2 = VDUPQ(c2); in FF_FUN()
109 sljit_u8 mask = ic.c.c2; in FF_FUN()
127 PCRE2_UCHAR char1b = ic.c.c2; in FF_FUN()
/PHP-8.1/ext/reflection/tests/
H A D022.phpt10 var_dump($class->getConstant("c2"));
H A D021.phpt10 var_dump($class->hasConstant("c2"));
/PHP-8.1/ext/gd/tests/
H A Dcreatefromstring.phpt33 $c2 = imagecolorallocate($im, 255,0,0);
35 imagesetpixel($im, 3,3, $c2);
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso2022_kr.c191 int c1, c2, s = 0; in mbfl_filt_conv_wchar_2022kr() local
210 c2 = s & 0xff; in mbfl_filt_conv_wchar_2022kr()
212 if (c1 < 0xa1 || c2 < 0xa1) { in mbfl_filt_conv_wchar_2022kr()
/PHP-8.1/ext/xsl/tests/
H A Dxslt001.phpt18 a2 c2 <br/>
H A Dxslt003.phpt19 a2 c2 <br/>
H A Dxslt006.phpt19 a2 c2 <br/>
H A Dxslt007.phpt20 a2 c2 <br/>

Completed in 31 milliseconds

1234567