Home
last modified time | relevance | path

Searched refs:c3 (Results 1 – 25 of 82) sorted by relevance

1234

/PHP-8.1/ext/gd/tests/
H A Dcopy.phpt40 $c3 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 4,4));
44 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
57 $c3 = imagecolorallocate($src_tc, 0x00, 0xff, 0x00);
61 imagesetpixel($src_tc, 4,4, $c3);
69 $c3 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 4,4));
73 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
86 $c3 = imagecolorallocate($src_tc, 0x00, 0xff, 0x00);
90 imagesetpixel($src_tc, 4,4, $c3);
H A Dlibgd00106.phpt11 $c3 = imagecolorat($im, 2,1);
13 if ($c1 == 0xFFFFFF && $c2 == 0 && $c3 == 0 && $c4 == 0) {
/PHP-8.1/ext/oci8/tests/
H A Dbind_sqltafc.phpt36 …O bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VALUES (1, :c2, :c3, :c4, :c5)");
38 $c3 = "AAAAAAAAAA"; // max length allowed in column
42 oci_bind_by_name($s, ":c3", $c3, -1, SQLT_AFC);
51 …O bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VALUES (5, :c2, :c3, :c4, :c5)");
53 $c3 = "";
57 oci_bind_by_name($s, ":c3", $c3, -1, SQLT_AFC);
66 …O bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VALUES (6, :c2, :c3, :c4, :c5)");
68 $c3 = null;
72 oci_bind_by_name($s, ":c3", $c3, -1, SQLT_AFC);
H A Derror_parse.phpt50 $c3 = oci_pconnect($user,$password,$dbase);
53 $c3 = oci_pconnect($user,$password);
56 $s = @oci_parse($c3, "select ' from dual");
59 $m = oci_error($c3);
79 $m = oci_error($c3);
94 $m = oci_error($c3);
H A Dconnect_with_charset_001.phpt12 var_dump($c3 = oci_connect($user, $password, $dbase, "blah"));
15 var_dump($c3 == $c4);
/PHP-8.1/ext/mysqli/tests/
H A D025.phpt22 c3 tinyint not NULL,
29 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
33 $c3 = 0;
44 $c1 = $c2 = $c3 = $c4 = $c5 = $c6 = $c7 = NULL;
47 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
51 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D023.phpt22 c3 int,
29 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
32 $c3 = NULL;
42 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
46 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D024.phpt22 c3 smallint,
29 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
33 $c3 = NULL;
43 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
47 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D020.phpt24 c3 timestamp(14),
34 c3 timestamp,
54 $stmt = mysqli_prepare($link, "SELECT c1, c2, c3, c4, c5, c6, c7 FROM test_bind_result");
56 mysqli_stmt_bind_result($stmt,$c1, $c2, $c3, $c4, $c5, $c6, $c7);
61 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D042.phpt22 c3 smallint,
29 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
33 $c3 = NULL;
69 ["c3"]=>
H A D003.phpt23 c3 timestamp(14),
43 c3 timestamp,
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.phpt26 c3 float unsigned,
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 Dbug73462.phpt32 $c3 = $result->fetch_row();
36 if (end($c1) !== end($c3))
37 printf("[001] Expected '%d' got '%d'.\n", end($c1), end($c3));
H A D019.phpt32 mysqli_stmt_bind_param($stmt, "issd", $c1, $c2, $c3, $c4);
36 $c3 = "foobar";
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 D012.phpt22 c3 int, c4 bigint,
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 D006.phpt24 c3 int,
36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D007.phpt24 c3 smallint,
36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D008.phpt24 c3 tinyint not NULL,
36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D011.phpt22 c3 int, c4 bigint,
36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8);
H A D009.phpt28 c3 bigint not NULL,
37 $rc = mysqli_query($link, "INSERT INTO test_bind_fetch (c2,c3,c4,c5,c6,c7,c8) ".
43 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8);
54 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8);
/PHP-8.1/ext/standard/tests/filters/
H A Dbug50363.phpt7 $foo .= "Sauvegarder=c3=a9ussi(e) n=c3=a3o N=c3=83O\n"; // Does not work!
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.c495 unsigned char c3 = *p++; in mb_check_jis() local
496 if (c3 == '@' || c3 == 'B') { in mb_check_jis()
498 } else if (c3 == '(') { in mb_check_jis()
514 unsigned char c3 = *p++; in mb_check_jis() local
517 if (c3 == 'B' || c3 == 'H') { in mb_check_jis()
519 } else if (c3 == 'J') { in mb_check_jis()
521 } else if (c3 == 'I') { in mb_check_jis()
589 unsigned char c3 = *p++; in mb_check_iso2022jp() local
590 if (c3 == '@' || c3 == 'B') { in mb_check_iso2022jp()
597 if (c3 == 'B') { in mb_check_iso2022jp()
[all …]
/PHP-8.1/Zend/tests/
H A Dbug30702.phpt15 public $c3=self::C1;
31 ["c3"]=>
/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 …p4 OUT varchar2, p5 OUT varchar2) as begin insert into bug_6364_t (c1, c2, c3) values (p1, p2, p3)…
60 ["c3"]=>
/PHP-8.1/ext/pcre/tests/
H A Drequest47456.phpt48 string(2) "c3"
91 string(2) "c3"

Completed in 44 milliseconds

1234