Home
last modified time | relevance | path

Searched refs:row1 (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/Zend/tests/
H A Dbug52939.phpt5 $ar1 = array("row1" => 2, "row2" => 1);
9 $ar1 = array("row1" => 2, "row2" => 1);
14 $ar1 = array("row1" => 2, "row2" => 1);
24 ["row1"]=>
31 ["row1"]=>
36 ["row1"]=>
H A Dforeach_list_keyed.phpt22 foreach ($invertedPoints as list(0 => $row1, 1 => $row2)) {
23 var_dump($row1, $row2);
/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_basic1.phpt14 $ar1 = array("row1" => 2, "row2" => 1, "row3" => 1);
15 $ar2 = array("row1" => 2, "row2" => "aa", "row3" => "1");
38 ["row1"]=>
46 ["row1"]=>
57 ["row1"]=>
/PHP-7.4/ext/oci8/tests/
H A Dlob_035.phpt47 $row1 = oci_fetch_array($s);
57 var_dump(oci_lob_copy($dummy, $row1[0]));
60 var_dump(oci_lob_copy($row2[0], $row1[0], 0));
61 var_dump(oci_lob_copy($row2[0], $row1[0], -1));
62 var_dump(oci_lob_copy($row2[0], $row1[0], 100000));
H A Dfetch.phpt34 $row1 = ociresult($s, 2);
36 var_dump($row1);
H A Dlob_011.phpt47 $row1 = oci_fetch_array($s);
55 var_dump(oci_lob_copy($row2[0], $row1[0]));
56 var_dump($row1[0]->read(100));
/PHP-7.4/ext/pdo/tests/
H A Dbug_44861.phpt37 $query = "SELECT 'row1' AS r $from UNION SELECT 'row2' $from UNION SELECT 'row3' $from UNION SELECT…
69 string(4) "row1"
84 string(4) "row1"
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt21 $db->exec("INSERT INTO test(id, label) VALUES (1, 'row1')");
75 string(4) "row1"
87 string(4) "row1"
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt28 $stmt->execute(array(':placeholder' => 'row1'));
63 $db->exec("INSERT INTO test (id, label1, label2) VALUES (1, 'row1', 'row2')");
132 string(4) "row1"
H A Dpdo_mysql_prepare_native_named_placeholder.phpt31 $stmt->execute(array(':placeholder' => 'row1'));
50 $stmt->execute(array(':placeholder' => 'row1'));
H A Dpdo_mysql_prepare_native_clear_error.phpt26 $db->exec("INSERT INTO test(id, label) VALUES (1, 'row1')");
90 string(4) "row1"
H A Dpdo_mysql_stmt_closecursor.phpt36 $row1 = $stmt1->fetch(PDO::FETCH_ASSOC);
42 $stmt2->bindValue(2, $row1['id']);
69 $stmt2->bindValue(2, $row1['id']);
76 assert($row4 == $row1);
H A Dpdo_mysql_prepare_native.phpt186 $db->exec("INSERT INTO test(id, label) VALUES (1, 'row1')");
288 array('row1', 'row2'));
298 array('row1'));
301 0 => array("id" => "1", "label" => "row1")
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt23 $db->exec("INSERT INTO test(id, label) VALUES (1, 'row1')");
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_templob_1.phpt62 $row1 = $stmt1->fetch();
63 $sid_value = $row1[0];
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4635 zval row1, row2; in PHP_FUNCTION() local
4660 array_init(&row1); in PHP_FUNCTION()
4663 add_assoc_string(&row1, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
4667 add_assoc_zval(return_value, "func_overload_list", &row1); in PHP_FUNCTION()

Completed in 28 milliseconds