Home
last modified time | relevance | path

Searched refs:c1 (Results 151 – 175 of 232) sorted by relevance

12345678910

/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.c119 int c1, s, w; in mbfl_filt_conv_jis_wchar() local
159 c1 = filter->cache; in mbfl_filt_conv_jis_wchar()
161 s = (c1 - 0x21)*94 + c - 0x21; in mbfl_filt_conv_jis_wchar()
169 w = (c1 << 8) | c; in mbfl_filt_conv_jis_wchar()
180 w = (c1 << 8) | c; in mbfl_filt_conv_jis_wchar()
191 w = (c1 << 8) | c; in mbfl_filt_conv_jis_wchar()
290 int c1, s; in mbfl_filt_conv_wchar_jis() local
303 c1 = c & ~MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_jis()
304 if (c1 == MBFL_WCSPLANE_JIS0208) { in mbfl_filt_conv_wchar_jis()
306 } else if (c1 == MBFL_WCSPLANE_JIS0212) { in mbfl_filt_conv_wchar_jis()
/PHP-7.0/ext/mysqli/tests/
H A D006.phpt21 $rc = mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 int unsigned,
35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
39 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D007.phpt21 $rc = mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 smallint unsigned,
35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
39 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D008.phpt21 $rc = mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 tinyint,
35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
39 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D011.phpt20 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8);
39 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8);
H A D046.phpt23 mysqli_stmt_bind_param($stmt, "i", $c1);
25 $c1 = 2;
H A D043.phpt24 mysqli_stmt_bind_param($stmt, "sii", $c1, $c2, $c3);
26 $c1 = "Rasmus";
H A D060.phpt25 mysqli_query($link,"CREATE TABLE test_fetch(c1 smallint unsigned,
59 [%u|b%"c1"]=>
H A D048.phpt29 $stmt->bind_result($c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
34 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_field.phpt39 c1 sys_refcursor;
41 open c1 for select * from imp_res_field_tab_1 order by 1;
42 dbms_sql.return_result(c1);
44 open c1 for select * from imp_res_field_tab_2 order by 1;
45 dbms_sql.return_result(c1);
47 open c1 for select * from imp_res_field_tab_3 order by 1;
48 dbms_sql.return_result(c1);
H A Dimp_res_4.phpt26 c1 sys_refcursor;
28 open c1 for select 1 from dual union select 2 from dual;
29 dbms_sql.return_result (c1);
H A Dimp_res_5.phpt26 c1 sys_refcursor;
28 open c1 for select 1 from dual union select 2 from dual;
29 dbms_sql.return_result (c1);
H A Drefcur_prefetch_3.phpt31 "create table nescurtest(c1 varchar2(10))"
37 $insert_sql = "INSERT INTO nescurtest (c1) VALUES (:c1)";
44 oci_bind_by_name($s,':c1',$val2);
H A Ddupcolnames.phpt16 "create table dupcolnames_tab1 (c1 number, dupnamecol varchar2(20))",
19 "insert into dupcolnames_tab1 (c1, dupnamecol) values (1, 'chris')",
H A Darray_bind_009.phpt10 var_dump(oci_bind_array_by_name($c, ":c1", $array, 5, 5, SQLT_CHR));
H A Dfield_funcs3.phpt14 "insert into field_funcs3_tab values ('c1', 'c2', 3, '01-Jan-2010')"
63 string(2) "c1"
H A Darray_bind_010.phpt14 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_CHR);
H A Darray_bind_012.phpt14 oci_bind_array_by_name($statement, ":c1", $array, 5, -10, SQLT_CHR);
/PHP-7.0/tests/classes/
H A Diterators_004.phpt10 class c1 {}
12 $obj = new c1();
H A Dconstants_error_004.phpt7 const c1 = D::hello;
H A Dconstants_basic_001.phpt14 const c1 = 1, c2 = 1.5;
36 var_dump(C::c1);
/PHP-7.0/ext/date/lib/
H A Ddow.c49 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
54 c1 = century_value(y / 100); in timelib_day_of_week_ex()
57 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()
/PHP-7.0/ext/gd/tests/
H A Dcreatefromstring.phpt31 $c1 = imagecolorallocate($im, 255,255,255);
33 imagefill($im, 0,0, $c1);
/PHP-7.0/ext/xsl/tests/
H A Dxslt001.phpt19 a1 b1 c1 <br/>
H A Dxslt003.phpt20 a1 b1 c1 <br/>

Completed in 22 milliseconds

12345678910