Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/gd/tests/
H A Dcopy.phpt42 $c3 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 4,4));
46 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
59 $c3 = imagecolorallocate($src_tc, 0x00, 0xff, 0x00);
63 imagesetpixel($src_tc, 4,4, $c3);
71 $c3 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 4,4));
75 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
88 $c3 = imagecolorallocate($src_tc, 0x00, 0xff, 0x00);
92 imagesetpixel($src_tc, 4,4, $c3);
H A Dlibgd00106.phpt13 $c3 = imagecolorat($im, 2,1);
15 if ($c1 == 0xFFFFFF && $c2 == 0 && $c3 == 0 && $c4 == 0) {
/PHP-5.5/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);
H A Dpassword.phpt38 $c3 = oci_connect("testuser", "testuserpwd", $dbase);
39 var_dump($c3);
40 $rn3 = (int)$c3;
/PHP-5.5/ext/mysqli/tests/
H A D025.phpt21 c3 tinyint not NULL,
28 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
32 $c3 = 0;
43 $c1 = $c2 = $c3 = $c4 = $c5 = $c6 = $c7 = NULL;
46 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
50 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D023.phpt21 c3 int,
28 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
31 $c3 = NULL;
41 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
45 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D024.phpt21 c3 smallint,
28 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 D020.phpt23 c3 timestamp(14),
33 c3 timestamp,
53 $stmt = mysqli_prepare($link, "SELECT c1, c2, c3, c4, c5, c6, c7 FROM test_bind_result");
55 mysqli_stmt_bind_result($stmt,$c1, $c2, $c3, $c4, $c5, $c6, $c7);
60 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D042.phpt21 c3 smallint,
28 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
32 $c3 = NULL;
68 [%u|b%"c3"]=>
H A D010.phpt25 c3 float unsigned,
34 …mysqli_query($link, "INSERT INTO test_bind_fetch (c1,c2,c3,c4,c5,c6,c7) VALUES (3.1415926535,-0.00…
38 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
42 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D003.phpt22 c3 timestamp(14),
42 c3 timestamp,
61 $stmt = mysqli_prepare($link, "SELECT c1, c2, c3, c4, c5, c6, c7 FROM test_bind_result");
62 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
66 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D019.phpt31 mysqli_stmt_bind_param($stmt, "issd", $c1, $c2, $c3, $c4);
35 $c3 = "foobar";
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 D012.phpt21 c3 int, c4 bigint,
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);
H A D006.phpt23 c3 int,
35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
39 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D007.phpt23 c3 smallint,
35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
39 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D008.phpt23 c3 tinyint not NULL,
35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
39 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7);
H A D011.phpt21 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 D009.phpt27 c3 bigint not NULL,
36 $rc = mysqli_query($link, "INSERT INTO test_bind_fetch (c2,c3,c4,c5,c6,c7,c8) ".
42 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8);
53 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8);
/PHP-5.5/ext/standard/tests/filters/
H A Dbug50363.phpt7 $foo .= "Sauvegarder=c3=a9ussi(e) n=c3=a3o N=c3=83O\n"; // Does not work!
/PHP-5.5/ext/json/
H A Dutf8_decode.c171 int c3 = cont(utf8); in utf8_decode_next() local
172 if (c1 < 0 || c2 < 0 || c3 < 0) { in utf8_decode_next()
175 r = ((c & 0x0F) << 18) | (c1 << 12) | (c2 << 6) | c3; in utf8_decode_next()
/PHP-5.5/Zend/tests/
H A Dbug30702.phpt15 public $c3=self::C1;
31 ["c3"]=>
/PHP-5.5/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 …p4 OUT varchar2, p5 OUT varchar2) as begin insert into bug_6364_t (c1, c2, c3) values (p1, p2, p3)…
58 ["c3"]=>
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c128 int c1, c2, c3, w = -1; in mbfl_filt_conv_gb18030_wchar() local
236 c3 = filter->cache & 0xff; in mbfl_filt_conv_gb18030_wchar()
240 c2 >= 0x30 && c2 <= 0x39 && c3 >= 0x81 && c3 <= 0xfe && c >= 0x30 && c <= 0x39) { in mbfl_filt_conv_gb18030_wchar()
242 w = ((((c1 - 0x90)*10 + (c2 - 0x30))*126 + (c3 - 0x81)))*10 + (c - 0x30) + 0x10000; in mbfl_filt_conv_gb18030_wchar()
244 w = (((c1 - 0x81)*10 + (c2 - 0x30))*126 + (c3 - 0x81))*10 + (c - 0x30); in mbfl_filt_conv_gb18030_wchar()
249 w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c; in mbfl_filt_conv_gb18030_wchar()
257 w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c; in mbfl_filt_conv_gb18030_wchar()
266 w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c; in mbfl_filt_conv_gb18030_wchar()

Completed in 24 milliseconds

123