Home
last modified time | relevance | path

Searched refs:row (Results 126 – 150 of 315) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt116 if ($row !== $expected) {
210 array('first row'));
212 array('second row'));
235 array('row', 'row'));
241 "label" => "row"
245 "label" => "row"
293 array(':placeholder' => 'row'),
356 string(9) "first row"
361 string(10) "second row"
377 string(9) "first row"
[all …]
H A Dpdo_mysql_exec_load_data.phpt12 $row = $stmt->fetch(PDO::FETCH_ASSOC);
13 $tmp = explode('@', $row['_user']);
62 if (($row = $stmt->fetch(PDO::FETCH_ASSOC)) && ($row['value'] != '')) {
63 $filename = $row['value'] . DIRECTORY_SEPARATOR . "pdo_mysql_exec_load_data.csv";
H A Dpdo_mysql_prepare_match_against.phpt21 $stmt->execute(array(':placeholder' => 'row'));
25 $stmt->execute(array('placeholder' => 'row'));
29 $stmt->execute(array('row'));
H A Dpdo_mysql_begintransaction.phpt39 $row = $stmt->fetch(PDO::FETCH_ASSOC);
40 var_dump($row);
45 if (1 !== $db->exec(sprintf('DELETE FROM test WHERE id = %d', $row['id'])))
46 …printf("[007] DELETE should have indicated 1 deleted row, [%s] %s\n", $db->errorCode(), implode(' …
54 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
62 $db->exec(sprintf("INSERT INTO test(id, label) VALUES (%d, 'z')", $row['id']));
64 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
73 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
86 if (1 !== $db->exec(sprintf('DELETE FROM test WHERE id = %d', $row['id'])))
87 …printf("[017] DELETE should have indicated 1 deleted row, [%s] %s\n", $db->errorCode(), implode(' …
[all …]
H A Dpdo_mysql_last_insert_id.phpt63 $row = $stmt->fetch(PDO::FETCH_ASSOC);
64 $last_id = $row['_last_id'];
84 $row = $stmt->fetch(PDO::FETCH_ASSOC);
85 $inc = $row['inc'];
91 $row = $stmt->fetch(PDO::FETCH_ASSOC);
92 $last_id = $row['_last_id'];
H A Dpdo_mysql_stmt_blobfromsteam.phpt87 $row = $stmt2->fetch(PDO::FETCH_ASSOC);
88 if ($row['label'] != $blob) {
90 var_dump($row);
105 $row = $stmt2->fetch(PDO::FETCH_ASSOC);
106 if ($row['label'] != $blob) {
108 var_dump($row);
/PHP-5.5/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt21 if (!$row = $res->fetch_row())
26 if ($row[0] != '2009-12-03') {
27 printf("[004] Expecting '2009-12-03' got '%s'\n", $row[0]);
84 if ($row[0] != $row_stmt) {
86 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.phpt55 while ($row = mysqli_fetch_assoc($res)) {
56 var_dump($row);
57 $rows[] = $row;
96 while ($row = mysqli_fetch_assoc($res)) {
97 if (($row['id'] != $rows[$i]['id']) || ($row['label'] != $rows[$i]['label'])) {
H A Dmysqli_insert_id.phpt60 if (!$row = mysqli_fetch_assoc($res)) {
65 $inc = $row['inc'];
87 Note: For a multiple-row insert, LAST_INSERT_ID() and mysql_insert_id() actually
89 multiple-row inserts to be reproduced correctly on other servers in a replication setup.
100 if (!$row = mysqli_fetch_assoc($res)) {
106 if ($next_id != $row['last_id']) {
108 $next_id, $row['last_id']);
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.phpt53 $row = mysqli_fetch_row($result);
56 var_dump($row);
68 $row = mysqli_fetch_row($result);
71 var_dump($row);
H A Dmysqli_fetch_assoc_zerofill.phpt35 $row = mysqli_fetch_assoc($res);
44 if ($expected !== $row['zero']) {
45 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $row['zero']);
H A Dbug34785.phpt41 $row = $result->fetch_row();
44 var_dump($row[0]);
/PHP-5.5/ext/oci8/tests/
H A Dbug37220.phpt22 // Now let's update the row where myId = 1234 and change the tag
44 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
45 foreach ($row as $item) {
H A Dlob_003.phpt40 var_dump($row = oci_fetch_array($s));
42 var_dump($row[0]->read(-1));
43 var_dump($row[0]->read(10000));
H A Dlob_022.phpt50 while ($row = oci_fetch_array($statement, OCI_ASSOC)) {
51 $result = $row['LOB_1']->load();
59 while ($row = oci_fetch_array($statement, OCI_ASSOC)) {
60 $result = $row['LOB_1']->load();
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 Dfield_funcs.phpt40 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
41 var_dump($row);
43 foreach ($row as $num => $field) {
H A Dfield_funcs0.phpt40 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
41 var_dump($row);
43 foreach ($row as $num => $field) {
H A Dfield_funcs_old.phpt40 ocifetchinto($s, $row, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
41 var_dump($row);
43 foreach ($row as $num => $field) {
/PHP-5.5/ext/interbase/tests/
H A D004.phpt38 $row = ibase_fetch_object($q);
39 $bl_h = ibase_blob_open($row->V_BLOB);
48 $bl_h = ibase_blob_open($link,$row->V_BLOB);
66 $row = ibase_fetch_object($q,IBASE_TEXT);
68 if($row->V_BLOB != $blob_str)
108 $row = ibase_fetch_object($q);
113 ibase_blob_echo($link, $row->V_BLOB);
118 $row = ibase_fetch_object($q,IBASE_TEXT);
119 echo $row->V_BLOB;
/PHP-5.5/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-5.5/ext/pgsql/tests/
H A D80_bug27597.phpt31 while($row = xi_fetch_array($res)) {
32 print_r($row);

Completed in 36 milliseconds

12345678910>>...13