Home
last modified time | relevance | path

Searched refs:c1 (Results 126 – 150 of 199) sorted by relevance

12345678

/PHP-5.5/ext/mysqli/tests/
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);
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);
/PHP-5.5/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-5.5/ext/date/lib/
H A Ddow.c45 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
50 c1 = century_value(y / 100); in timelib_day_of_week_ex()
53 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_3.phpt23 "create table nescurtest(c1 varchar2(10))"
29 $insert_sql = "INSERT INTO nescurtest (c1) VALUES (:c1)";
36 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 Dfield_funcs3.phpt14 "insert into field_funcs3_tab values ('c1', 'c2', 3, '01-Jan-2010')"
63 string(2) "c1"
H A Darray_bind_009.phpt10 var_dump(oci_bind_array_by_name($c, ":c1", $array, 5, 5, SQLT_CHR));
H A Darray_bind_012.phpt14 oci_bind_array_by_name($statement, ":c1", $array, 5, -10, SQLT_CHR);
H A Darray_bind_010.phpt14 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_CHR);
/PHP-5.5/ext/gd/tests/
H A Dcreatefromstring.phpt31 $c1 = imagecolorallocate($im, 255,255,255);
33 imagefill($im, 0,0, $c1);
/PHP-5.5/ext/xsl/tests/
H A Dxslt001.phpt19 a1 b1 c1 <br/>
H A Dxslt003.phpt20 a1 b1 c1 <br/>
H A Dxslt006.phpt20 a1 b1 c1 <br/>
H A Dxslt007.phpt21 a1 b1 c1 <br/>
H A Dxslt004.phpt26 a1 b1 c1 <br/>
H A Dxslt005.phpt27 a1 b1 c1 <br/>
H A Dxslt008.phpt28 a1 b1 c1 <br/>
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c231 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local
271 c1 = filter->cache; in mbfl_filt_conv_jis_ms_wchar()
273 s = (c1 - 0x21)*94 + c - 0x21; in mbfl_filt_conv_jis_ms_wchar()
290 w = (c1 << 8) | c; in mbfl_filt_conv_jis_ms_wchar()
301 w = (c1 << 8) | c; in mbfl_filt_conv_jis_ms_wchar()
312 w = (c1 << 8) | c; in mbfl_filt_conv_jis_ms_wchar()
411 int c1, s; in mbfl_filt_conv_wchar_jis_ms() local
436 c1 = c & ~MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_jis_ms()
437 if (c1 == MBFL_WCSPLANE_JIS0208) { in mbfl_filt_conv_wchar_jis_ms()
439 } else if (c1 == MBFL_WCSPLANE_JIS0212) { in mbfl_filt_conv_wchar_jis_ms()

Completed in 55 milliseconds

12345678