Home
last modified time | relevance | path

Searched refs:c4 (Results 1 – 25 of 46) sorted by relevance

12

/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)");
39 $c4 = "BBBBBBBBBB"; // max length allowed in column
43 oci_bind_by_name($s, ":c4", $c4, -1, SQLT_AFC);
51 …O bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VALUES (5, :c2, :c3, :c4, :c5)");
54 $c4 = "";
58 oci_bind_by_name($s, ":c4", $c4, -1, SQLT_AFC);
66 …O bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VALUES (6, :c2, :c3, :c4, :c5)");
69 $c4 = null;
73 oci_bind_by_name($s, ":c4", $c4, -1, SQLT_AFC);
H A Dconnect_with_charset_001.phpt13 var_dump($c4 = oci_connect($user, $password, $dbase, "obviously wrong"));
15 var_dump($c3 == $c4);
H A Dbug41069.phpt35 c4 varchar2(255 byte),
50 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c13, c15) values
53 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values
/PHP-8.1/ext/mysqli/tests/
H A D025.phpt23 c4 tinyint,
29 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
34 $c4 = -100;
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.phpt23 c4 int,
29 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
33 $c4 = -500;
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.phpt23 c4 smallint,
29 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
34 $c4 = -500;
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.phpt25 c4 year,
35 c4 year,
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.phpt23 c4 smallint,
29 mysqli_stmt_bind_param($stmt, "iiiiiii", $c1,$c2,$c3,$c4,$c5,$c6,$c7);
34 $c4 = -500;
71 ["c4"]=>
H A D003.phpt24 c4 year,
44 c4 year,
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.phpt27 c4 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);
H A D019.phpt32 mysqli_stmt_bind_param($stmt, "issd", $c1, $c2, $c3, $c4);
37 $c4 = 3.14;
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.phpt25 c4 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.phpt25 c4 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.phpt25 c4 tinyint,
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.phpt29 c4 bigint unsigned,
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);
H A D060.phpt29 c4 smallint,
66 ["c4"]=>
H A D048.phpt30 $stmt->bind_result($c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
35 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
H A D002.phpt36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
41 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
/PHP-8.1/ext/gd/tests/
H A Dlibgd00106.phpt12 $c4 = imagecolorat($im, 2,2);
13 if ($c1 == 0xFFFFFF && $c2 == 0 && $c3 == 0 && $c4 == 0) {
/PHP-8.1/Zend/tests/
H A Dbug30702.phpt16 public $c4=self::C2;
33 ["c4"]=>
H A Dlc_ctype_inheritance.phpt24 string(2) "c4"
/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…
64 ["c4"]=>
/PHP-8.1/tests/classes/
H A Dconstants_basic_001.phpt13 const c3 = + 1, c4 = + 1.5;
36 var_dump(C::c4);

Completed in 160 milliseconds

12