Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/ctype/tests/
H A Dctype_alpha_basic.phpt17 $c2 = "Hello, World!";
20 var_dump(ctype_alpha($c2));
H A Dctype_lower_basic.phpt17 $c2 = "Hello, world!\n";
20 var_dump(ctype_lower($c2));
H A Dctype_print_basic.phpt17 $c2 = null;
20 var_dump(ctype_print($c2));
H A Dctype_upper_basic.phpt17 $c2 = "Hello, World!\n";
20 var_dump(ctype_upper($c2));
H A Dctype_xdigit_basic.phpt16 $c2 = 'face 034';
19 var_dump(ctype_xdigit($c2));
H A Dctype_cntrl_basic.phpt17 $c2 = "Hello, World!\n";
20 var_dump(ctype_cntrl($c2));
H A Dctype_graph_basic.phpt17 $c2 = "Hello, world!\n";
20 var_dump(ctype_graph($c2));
H A Dctype_space_basic.phpt19 $c2 = "Hello, world!\n";
20 var_dump(ctype_space($c2));
H A Dctype_punct_basic.phpt18 $c2 = 'hello, world!';
21 var_dump(ctype_punct($c2));
/PHP-7.4/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.phpt25 c2 sys_refcursor;
29 open c2 for select 3 from dual;
30 dbms_sql.return_result (c2);
H A Dimp_res_cancel.phpt25 c2 sys_refcursor;
29 open c2 for select 3 from dual;
30 dbms_sql.return_result (c2);
H A Dpassword.phpt33 $c2 = oci_connect("testuser_pw", "testuserpwd2", $dbase);
34 var_dump($c2);
35 $rn2 = (int)$c2;
58 var_dump($c2);
H A Dpassword_2.phpt32 $c2 = oci_pconnect("testuser_pw2", "testuserpwd2", $dbase);
33 var_dump($c2);
34 $rn2 = (int)$c2;
57 var_dump($c2);
/PHP-7.4/ext/mysqli/tests/
H A D021.phpt18 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
28 mysqli_stmt_bind_result($stmt, $c1, $c2);
32 $test = array($c1,$c2);
H A D022.phpt18 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text)");
31 mysqli_stmt_bind_result($stmt, $c1, $c2);
36 $test[] = ($a2 == $c2) ? "32K String ok" : "32K String failed";
H A D019.phpt31 mysqli_stmt_bind_param($stmt, "issd", $c1, $c2, $c3, $c4);
34 $c2 = "foo";
44 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
49 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
H A D005.phpt18 … if (!mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
26 mysqli_stmt_bind_result($stmt, $c1, $c2);
31 $test[] = ($a == $c2) ? "32K String ok" : "32K String failed";
H A D017.phpt19 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
25 $test = array($c0, $c1, $c2);
H A D004.phpt20 if (!mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
38 $c1 = $c2 = NULL;
39 mysqli_stmt_bind_result($stmt, $c1, $c2);
44 $test = array($c1, $c2);
H A D012.phpt20 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
34 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8);
38 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8);
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt28 $c2 = $a2;
30 spl_autoload_register($c2);
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c391 unsigned int tmp, c1, c2, c3, c4; in BF_decode() local
395 BF_safe_atoi64(c2, *sptr++); in BF_decode()
396 *dptr++ = (c1 << 2) | ((c2 & 0x30) >> 4); in BF_decode()
400 *dptr++ = ((c2 & 0x0F) << 4) | ((c3 & 0x3C) >> 2); in BF_decode()
422 unsigned int c1, c2; in BF_encode() local
433 c2 = *sptr++; in BF_encode()
434 c1 |= c2 >> 4; in BF_encode()
436 c1 = (c2 & 0x0f) << 2; in BF_encode()
442 c2 = *sptr++; in BF_encode()
443 c1 |= c2 >> 6; in BF_encode()
[all …]
/PHP-7.4/ext/gd/tests/
H A Dcolorat.phpt24 $c2 = imagecolorallocate($im, 0,0,0);
27 imagesetpixel($im, 3,3, $c2);
/PHP-7.4/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt17 $dbh->exec ("create table bug_6364_t (c1 varchar2(10), c2 varchar2(10), c3 varchar2(10), c4 varchar…
19 …r2, p4 OUT varchar2, p5 OUT varchar2) as begin insert into bug_6364_t (c1, c2, c3) values (p1, p2,…
53 ["c2"]=>

Completed in 48 milliseconds

1234567