Home
last modified time | relevance | path

Searched refs:c2 (Results 26 – 50 of 149) sorted by relevance

123456

/PHP-8.3/ext/mysqli/tests/
H A D042.phpt21 c2 smallint unsigned,
29 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
32 $c2 = 35999;
67 ["c2"]=>
H A D003.phpt22 c2 time,
42 c2 time,
62 $stmt = mysqli_prepare($link, "SELECT c1, c2, c3, c4, c5, c6, c7 FROM test_bind_result");
63 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
67 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
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);
/PHP-8.3/ext/curl/tests/
H A Dbug79199.phpt10 $c2 = curl_copy_handle($c1);
11 curl_close($c2);
/PHP-8.3/ext/gd/tests/
H A Dlibgd00106.phpt10 $c2 = imagecolorat($im, 1,2);
13 if ($c1 == 0xFFFFFF && $c2 == 0 && $c3 == 0 && $c4 == 0) {
/PHP-8.3/ext/ctype/tests/
H A Dctype_digit_basic.phpt12 $c2 = 'abc123';
15 var_dump(ctype_digit($c2));
H A Dctype_alnum_basic.phpt12 $c2 = ' \t*@';
15 var_dump(ctype_alnum($c2));
H A Dctype_alpha_basic.phpt12 $c2 = "Hello, World!";
15 var_dump(ctype_alpha($c2));
H A Dctype_punct_basic.phpt12 $c2 = 'hello, world!';
15 var_dump(ctype_punct($c2));
H A Dctype_xdigit_basic.phpt11 $c2 = 'face 034';
14 var_dump(ctype_xdigit($c2));
H A Dctype_graph_basic.phpt12 $c2 = "Hello, world!\n";
15 var_dump(ctype_graph($c2));
H A Dctype_lower_basic.phpt12 $c2 = "Hello, world!\n";
15 var_dump(ctype_lower($c2));
H A Dctype_upper_basic.phpt12 $c2 = "Hello, World!\n";
15 var_dump(ctype_upper($c2));
H A Dctype_cntrl_basic.phpt12 $c2 = "Hello, World!\n";
15 var_dump(ctype_cntrl($c2));
H A Dctype_space_basic.phpt14 $c2 = "Hello, world!\n";
15 var_dump(ctype_space($c2));
H A Dctype_print_basic.phpt12 $c2 = null;
15 var_dump(ctype_print($c2));
/PHP-8.3/ext/oci8/tests/
H A Ddrcp_newconnect.phpt25 var_dump($c2 = oci_new_connect($user,$password,$dbase));
26 $rn2 = (int)$c2;
37 oci_close($c2);
H A Drefcur_prefetch_1.phpt29 "CREATE TABLE refcurtest (c1 NUMBER, c2 VARCHAR(20))",
33 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,c2 out varchar2);
41 c2 out varchar2) is
43 fetch cur1 into c1,c2;
51 $insert_sql = "INSERT INTO refcurtest (c1, c2) VALUES (:c1,:c2)";
59 oci_bind_by_name($s,':c2',$val2);
110 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
118 if (!oci_bind_by_name($s2,":c2",$c2,20,SQLT_CHR)) {
124 var_dump($c2);
H A Derror_parse.phpt38 $c2 = oci_new_connect($user,$password,$dbase);
41 $c2 = oci_new_connect($user,$password);
44 $s = @oci_parse($c2, "select ' from dual");
47 $m = oci_error($c2);
79 $m = oci_error($c2);
94 $m = oci_error($c2);
H A Dimp_res_get_cancel.phpt27 c2 sys_refcursor;
31 open c2 for select 3 from dual;
32 dbms_sql.return_result (c2);
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c260 unsigned char c2 = *p++; in mb_qprint_to_wchar() local
262 if (hex2code_map[c2] >= 0 && p < e) { in mb_qprint_to_wchar()
266 *out++ = hex2code_map[c2] << 4 | hex2code_map[c3]; in mb_qprint_to_wchar()
269 *out++ = c2; in mb_qprint_to_wchar()
272 } else if (c2 == '\r' && p < e) { in mb_qprint_to_wchar()
278 } else if (c2 != '\n') { in mb_qprint_to_wchar()
280 *out++ = c2; in mb_qprint_to_wchar()
/PHP-8.3/ext/date/lib/
H A Dtimelib.c262 int c1, c2; in timelib_strcasecmp() local
271 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strcasecmp()
272 if (c1 != c2) { in timelib_strcasecmp()
273 return c1 - c2; in timelib_strcasecmp()
285 int c1, c2; in timelib_strncasecmp() local
293 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strncasecmp()
294 if (c1 != c2) { in timelib_strncasecmp()
295 return c1 - c2; in timelib_strncasecmp()
/PHP-8.3/Zend/tests/
H A Dbug30702.phpt13 public $c2=bar::C2;
29 ["c2"]=>
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_052.phpt13 public ?Foo\C $c2;
32 ["c2"]=>
/PHP-8.3/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 …]

Completed in 27 milliseconds

123456