/PHP-8.0/ext/gd/tests/ |
H A D | copy.phpt | 42 $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 D | libgd00106.phpt | 13 $c3 = imagecolorat($im, 2,1); 15 if ($c1 == 0xFFFFFF && $c2 == 0 && $c3 == 0 && $c4 == 0) {
|
/PHP-8.0/ext/oci8/tests/ |
H A D | bind_sqltafc.phpt | 36 …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 D | error_parse.phpt | 50 $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 D | connect_with_charset_001.phpt | 12 var_dump($c3 = oci_connect($user, $password, $dbase, "blah")); 15 var_dump($c3 == $c4);
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | 025.phpt | 21 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 D | 023.phpt | 21 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 D | 024.phpt | 21 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 D | 020.phpt | 23 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 D | 042.phpt | 21 c3 smallint, 28 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7); 32 $c3 = NULL; 68 ["c3"]=>
|
H A D | 003.phpt | 22 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 D | bug73462.phpt | 31 $c3 = $result->fetch_row(); 35 if (end($c1) !== end($c3)) 36 printf("[001] Expected '%d' got '%d'.\n", end($c1), end($c3));
|
H A D | 010.phpt | 25 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 D | 019.phpt | 31 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 D | 012.phpt | 21 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 D | 006.phpt | 23 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 D | 007.phpt | 23 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 D | 008.phpt | 23 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 D | 011.phpt | 21 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 D | 009.phpt | 27 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-8.0/ext/standard/tests/filters/ |
H A D | bug50363.phpt | 7 $foo .= "Sauvegarder=c3=a9ussi(e) n=c3=a3o N=c3=83O\n"; // Does not work!
|
/PHP-8.0/Zend/tests/ |
H A D | bug30702.phpt | 15 public $c3=self::C1; 31 ["c3"]=>
|
/PHP-8.0/ext/pdo_oci/tests/ |
H A D | pecl_bug_6364.phpt | 18 $dbh->exec ("create table bug_6364_t (c1 varchar2(10), c2 varchar2(10), c3 varchar2(10), c4 varchar… 20 …p4 OUT varchar2, p5 OUT varchar2) as begin insert into bug_6364_t (c1, c2, c3) values (p1, p2, p3)… 58 ["c3"]=>
|
/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_gb18030.c | 127 int c1, c2, c3, w = -1; in mbfl_filt_conv_gb18030_wchar() local 235 c3 = filter->cache & 0xff; in mbfl_filt_conv_gb18030_wchar() 239 c2 >= 0x30 && c2 <= 0x39 && c3 >= 0x81 && c3 <= 0xfe && c >= 0x30 && c <= 0x39) { in mbfl_filt_conv_gb18030_wchar() 241 w = ((((c1 - 0x90)*10 + (c2 - 0x30))*126 + (c3 - 0x81)))*10 + (c - 0x30) + 0x10000; in mbfl_filt_conv_gb18030_wchar() 243 w = (((c1 - 0x81)*10 + (c2 - 0x30))*126 + (c3 - 0x81))*10 + (c - 0x30); in mbfl_filt_conv_gb18030_wchar() 248 w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c; in mbfl_filt_conv_gb18030_wchar() 256 w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c; in mbfl_filt_conv_gb18030_wchar() 265 w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c; in mbfl_filt_conv_gb18030_wchar()
|
/PHP-8.0/ext/pcre/tests/ |
H A D | request47456.phpt | 48 string(2) "c3" 91 string(2) "c3"
|