Home
last modified time | relevance | path

Searched refs:row (Results 151 – 175 of 367) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/oci8/tests/
H A Dlob_009.phpt37 var_dump($row = oci_fetch_array($s));
39 while (!$row[0]->eof()) {
40 var_dump(str_replace("\r", "", $row[0]->read(1024)));
H A Dbug37220.phpt24 // Now let's update the row where myId = 1234 and change the tag
46 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
47 foreach ($row as $item) {
H A Dlob_003.phpt42 var_dump($row = oci_fetch_array($s));
45 var_dump($row[0]->read(-1));
49 var_dump($row[0]->read(10000));
H A Dimp_res_lob.phpt52 while (($row = oci_fetch_row($s)) != false) {
53 foreach ($row as $item) {
66 $row = oci_fetch_row($s);
67 foreach ($row as $item) {
H A Dfetch_row.phpt31 while ($row = oci_fetch_row($s)) {
32 var_dump($row);
H A Dfield_funcs.phpt42 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
43 var_dump($row);
45 foreach ($row as $num => $field) {
H A Dfield_funcs3.phpt35 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
36 var_dump($row);
38 foreach ($row as $num => $field) {
H A Dlob_023.phpt40 var_dump($row = oci_fetch_array($s));
42 while (!$row[0]->eof()) {
43 var_dump(str_replace("\r", "", $row[0]->read(1024)));
H A Dimp_res_get_1.phpt60 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
61 foreach ($row as $item) {
73 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
74 foreach ($row as $item) {
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_match_against.phpt22 $stmt->execute(array(':placeholder' => 'row'));
26 $stmt->execute(array('placeholder' => 'row'));
30 $stmt->execute(array('row'));
H A Dpdo_mysql_prepare_native.phpt119 if ($row !== $expected) {
213 array('first row'));
215 array('second row'));
238 array('row', 'row'));
244 "label" => "row"
248 "label" => "row"
296 array(':placeholder' => 'row'),
360 string(9) "first row"
365 string(10) "second row"
381 string(9) "first row"
[all …]
H A Dpdo_mysql_begintransaction.phpt42 $row = $stmt->fetch(PDO::FETCH_ASSOC);
43 var_dump($row);
48 if (1 !== $db->exec(sprintf('DELETE FROM test WHERE id = %d', $row['id'])))
49 …printf("[007] DELETE should have indicated 1 deleted row, [%s] %s\n", $db->errorCode(), implode(' …
57 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
65 $db->exec(sprintf("INSERT INTO test(id, label) VALUES (%d, 'z')", $row['id']));
67 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
76 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
89 if (1 !== $db->exec(sprintf('DELETE FROM test WHERE id = %d', $row['id'])))
90 …printf("[017] DELETE should have indicated 1 deleted row, [%s] %s\n", $db->errorCode(), implode(' …
[all …]
H A Dpdo_mysql_last_insert_id.phpt64 $row = $stmt->fetch(PDO::FETCH_ASSOC);
65 $last_id = $row['_last_id'];
85 $row = $stmt->fetch(PDO::FETCH_ASSOC);
86 $inc = $row['inc'];
92 $row = $stmt->fetch(PDO::FETCH_ASSOC);
93 $last_id = $row['_last_id'];
H A Dpdo_mysql_stmt_blobfromsteam.phpt88 $row = $stmt2->fetch(PDO::FETCH_ASSOC);
89 if ($row['label'] != $blob) {
91 var_dump($row);
106 $row = $stmt2->fetch(PDO::FETCH_ASSOC);
107 if ($row['label'] != $blob) {
109 var_dump($row);
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt51 if (!$row = mysqli_fetch_assoc($res)) {
56 $inc = $row['inc'];
78 Note: For a multiple-row insert, LAST_INSERT_ID() and mysql_insert_id() actually
80 multiple-row inserts to be reproduced correctly on other servers in a replication setup.
91 if (!$row = mysqli_fetch_assoc($res)) {
97 if ($next_id != $row['last_id']) {
99 $next_id, $row['last_id']);
H A Dgh9841.phpt76 Subquery returns more than 1 row
77 Subquery returns more than 1 row
78 Subquery returns more than 1 row
H A Dbug_mysql_49406.phpt22 if (!$row = $res->fetch_row())
27 if ($row[0] != '2009-12-03') {
28 printf("[004] Expecting '2009-12-03' got '%s'\n", $row[0]);
85 if ($row[0] != $row_stmt) {
87 var_dump($row[0]);
H A Dmysqli_pconn_kill.phpt31 while ($row = mysqli_fetch_assoc($res))
32 $running_threads[$row['Id']] = $row;
55 while ($row = mysqli_fetch_assoc($res))
56 $running_threads2[$row['Id']] = $row;
H A Dbug49442.phpt56 while ($row = mysqli_fetch_assoc($res)) {
57 var_dump($row);
58 $rows[] = $row;
97 while ($row = mysqli_fetch_assoc($res)) {
98 if (($row['id'] != $rows[$i]['id']) || ($row['label'] != $rows[$i]['label'])) {
H A Dmysqli_pconn_disabled.phpt38 $row = mysqli_fetch_assoc($res);
39 printf("Connecction 1 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
45 $row = mysqli_fetch_assoc($res);
46 printf("Connecction 2 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
H A D015.phpt54 $row = mysqli_fetch_row($result);
57 var_dump($row);
69 $row = mysqli_fetch_row($result);
72 var_dump($row);
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate.phpt18 foreach ($db->query('SELECT testing(name) FROM foobar') as $row) {
19 var_dump($row);
H A Dpdo_sqlite_createfunction.phpt19 foreach ($db->query('SELECT testing(name) FROM foobar') as $row) {
20 var_dump($row);
/PHP-8.1/ext/sqlite3/tests/
H A Dbug68760.phpt21 while ($row = $naturalSort->fetchArray()) {
22 echo $row['col1'], "\n";
H A Dexception_from_toString.phpt34 while ($row = $query->fetchArray(SQLITE3_ASSOC)) {
35 print_r($row);

Completed in 50 milliseconds

12345678910>>...15