Home
last modified time | relevance | path

Searched refs:c2 (Results 51 – 75 of 152) sorted by relevance

1234567

/PHP-8.1/ext/mysqli/tests/
H A D010.phpt25 c2 float,
35 …mysqli_query($link, "INSERT INTO test_bind_fetch (c1,c2,c3,c4,c5,c6,c7) VALUES (3.1415926535,-0.00…
39 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
43 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D021.phpt19 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
29 mysqli_stmt_bind_result($stmt, $c1, $c2);
33 $test = array($c1,$c2);
H A D022.phpt19 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
32 mysqli_stmt_bind_result($stmt, $c1, $c2);
37 $test[] = ($a2 == $c2) ? "32K String ok" : "32K String failed";
H A D019.phpt32 mysqli_stmt_bind_param($stmt, "issd", $c1, $c2, $c3, $c4);
35 $c2 = "foo";
45 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
50 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
H A D017.phpt19 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
25 $test = array($c0, $c1, $c2);
H A D005.phpt19 … if (!mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
27 mysqli_stmt_bind_result($stmt, $c1, $c2);
32 $test[] = ($a == $c2) ? "32K String ok" : "32K String failed";
H A D004.phpt21 if (!mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
39 $c1 = $c2 = NULL;
40 mysqli_stmt_bind_result($stmt, $c1, $c2);
45 $test = array($c1, $c2);
H A D012.phpt21 $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 D045.phpt31 mysqli_stmt_bind_result($stmt, $c1, $c2);
34 $test = array ($c1,$c2);
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp51932.c196 int c1, c2, s1; in mbfl_filt_conv_wchar_cp51932() local
227 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp51932()
228 while (c1 < c2) { /* CP932 vendor ext1 (13ku) */ in mbfl_filt_conv_wchar_cp51932()
237 c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp51932()
238 while (c1 < c2) { /* CP932 vendor ext3 (115ku - 119ku) */ in mbfl_filt_conv_wchar_cp51932()
H A Dmbfilter_iso2022_jp_ms.c75 #define sjistoidx(c1, c2) \ argument
77 ? (((c1) - 0xc1) * 188 + (c2) - (((c2) > 0x7e) ? 0x41 : 0x40)) \
78 : (((c1) - 0x81) * 188 + (c2) - (((c2) > 0x7e) ? 0x41 : 0x40)))
242 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_2022jpms() local
256 c2 = (s1 % 94) + 0x21; in mbfl_filt_conv_wchar_2022jpms()
257 s1 = (c1 << 8) | c2; in mbfl_filt_conv_wchar_2022jpms()
H A Dmbfilter_big5.c181 int c2 = (c1 << 8) | c; in mbfl_filt_conv_big5_wchar() local
184 if (c2 >= cp950_pua_tbl[k][2] && c2 <= cp950_pua_tbl[k][3]) { in mbfl_filt_conv_big5_wchar()
192 w = c2 - cp950_pua_tbl[k][2] + cp950_pua_tbl[k][0]; in mbfl_filt_conv_big5_wchar()
295 int c2 = cp950_pua_tbl[k][2] >> 8; in mbfl_filt_conv_wchar_big5() local
296 s = ((c1 / 157) + c2) << 8; in mbfl_filt_conv_wchar_big5()
/PHP-8.1/ext/ctype/tests/
H A Dctype_print_basic.phpt12 $c2 = null;
15 var_dump(ctype_print($c2));
/PHP-8.1/ext/oci8/tests/
H A Derror_parse.phpt34 $c2 = oci_new_connect($user,$password,$dbase);
37 $c2 = oci_new_connect($user,$password);
40 $s = @oci_parse($c2, "select ' from dual");
43 $m = oci_error($c2);
75 $m = oci_error($c2);
90 $m = oci_error($c2);
H A Dimp_res_get_cancel.phpt26 c2 sys_refcursor;
30 open c2 for select 3 from dual;
31 dbms_sql.return_result (c2);
H A Dimp_res_cancel.phpt26 c2 sys_refcursor;
30 open c2 for select 3 from dual;
31 dbms_sql.return_result (c2);
H A Dpassword.phpt34 $c2 = oci_connect("testuser_pw", "testuserpwd2", $dbase);
35 var_dump($c2);
36 $rn2 = (int)$c2;
59 var_dump($c2);
H A Dpassword_2.phpt33 $c2 = oci_pconnect("testuser_pw2", "testuserpwd2", $dbase);
34 var_dump($c2);
35 $rn2 = (int)$c2;
58 var_dump($c2);
/PHP-8.1/ext/date/lib/
H A Dtimelib.c254 int c1, c2; in timelib_strcasecmp() local
263 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strcasecmp()
264 if (c1 != c2) { in timelib_strcasecmp()
265 return c1 - c2; in timelib_strcasecmp()
277 int c1, c2; in timelib_strncasecmp() local
285 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strncasecmp()
286 if (c1 != c2) { in timelib_strncasecmp()
287 return c1 - c2; in timelib_strncasecmp()
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_052.phpt13 public ?Foo\C $c2;
32 ["c2"]=>
/PHP-8.1/Zend/tests/
H A Dbug30702.phpt13 public $c2=bar::C2;
29 ["c2"]=>
/PHP-8.1/ext/standard/
H A Dcrypt_blowfish.c385 unsigned int tmp, c1, c2, c3, c4; in BF_decode() local
389 BF_safe_atoi64(c2, *sptr++); in BF_decode()
390 *dptr++ = (c1 << 2) | ((c2 & 0x30) >> 4); in BF_decode()
394 *dptr++ = ((c2 & 0x0F) << 4) | ((c3 & 0x3C) >> 2); in BF_decode()
409 unsigned int c1, c2; in BF_encode() local
420 c2 = *sptr++; in BF_encode()
421 c1 |= c2 >> 4; in BF_encode()
423 c1 = (c2 & 0x0f) << 2; in BF_encode()
429 c2 = *sptr++; in BF_encode()
430 c1 |= c2 >> 6; in BF_encode()
[all …]
/PHP-8.1/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt28 $c2 = $a2;
30 spl_autoload_register($c2);
/PHP-8.1/ext/gd/tests/
H A Dcolorat.phpt22 $c2 = imagecolorallocate($im, 0,0,0);
25 imagesetpixel($im, 3,3, $c2);
/PHP-8.1/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt20 $dbh->exec ("create table bug_6364_t (c1 varchar2(10), c2 varchar2(10), c3 varchar2(10), c4 varchar…
22 …r2, p4 OUT varchar2, p5 OUT varchar2) as begin insert into bug_6364_t (c1, c2, c3) values (p1, p2,…
56 ["c2"]=>

Completed in 35 milliseconds

1234567