Home
last modified time | relevance | path

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

123456

/PHP-8.3/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.3/ext/reflection/tests/
H A D022.phpt10 var_dump($class->getConstant("c2"));
H A D021.phpt10 var_dump($class->hasConstant("c2"));
/PHP-8.3/ext/mysqli/tests/
H A D060.phpt27 c2 smallint unsigned,
62 ["c2"]=>
H A D043.phpt25 mysqli_stmt_bind_param($stmt, "sii", $c1, $c2, $c3);
28 $c2 = 1;
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 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);
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 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);
/PHP-8.3/ext/oci8/tests/
H A Dbind_sqltchr_1.phpt42 $c2 = "Hood241";
43 $s = oci_parse($c, "INSERT INTO bind_sqltchr_tab (id, varchar2_t10) VALUES (241, :c2)");
44 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_CHR);
H A Ddupcolnames.phpt21 "create table dupcolnames_tab2 (c2 number, dupnamecol varchar2(20))",
24 "insert into dupcolnames_tab2 (c2, dupnamecol) values (2, 'jones')",
H A Dfield_funcs3.phpt18 "insert into field_funcs3_tab values ('c1', 'c2', 3, '01-Jan-2010')"
67 string(2) "c2"
H A Dbug41069.phpt34 c2 varchar2(60 byte),
48 "insert into bug41069_tab (c1, c2, c5, c6, c9, c10, c12, c15) values
51 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c13, c15) values
54 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values
H A Dimp_res_cursor.phpt28 "create table imp_res_cursor_tab_1 (c1 number, c2 varchar2(10))",
45 … 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.phpt28 "create table imp_res_get_cursor_tab_1 (c1 number, c2 varchar2(10))",
42 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua…
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs4.c328 uint32_t c2 = *p++; in mb_ucs4_to_wchar() local
331 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_ucs4_to_wchar()
357 uint32_t c2 = *p++; in mb_ucs4be_to_wchar() local
360 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_ucs4be_to_wchar()
401 uint32_t c2 = *p++; in mb_ucs4le_to_wchar() local
404 uint32_t w = (c4 << 24) | (c3 << 16) | (c2 << 8) | c1; in mb_ucs4le_to_wchar()
/PHP-8.3/ext/gd/tests/
H A Dcreatefromstring.phpt33 $c2 = imagecolorallocate($im, 255,0,0);
35 imagesetpixel($im, 3,3, $c2);
/PHP-8.3/tests/classes/
H A Dconstants_basic_001.phpt12 const c1 = 1, c2 = 1.5;
34 var_dump(C::c2);
/PHP-8.3/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/>
H A Dxslt008-mb.phpt25 a2 c2 <br/>
H A Dxslt008.phpt25 a2 c2 <br/>
H A Dxslt005.phpt26 a2 c2 <br/>

Completed in 28 milliseconds

123456