Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.2/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 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_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 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 Dbug75018.phpt29 while ($row = $result->fetch_assoc()) {
30 var_dump($row['bit_column_1']);
H A Dmysqli_fetch_array_oo.phpt107 if (!$row = $res->fetch_array(MYSQLI_BOTH)) {
115 …if (!preg_match($regexp_comparison, (string)$row['label']) || !preg_match($regexp_comparison, (str…
118 gettype($row[1]), $row[1],
119 gettype($row['label']), $row['label'], $mysqli->errno, $mysqli->error);
123 if (($row['label'] !== $php_value) || ($row[1] != $php_value)) {
126 gettype($row[1]), $row[1],
127 gettype($row['label']), $row['label'], $mysqli->errno, $mysqli->error);
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']);
/PHP-7.2/ext/pdo_mysql/tests/
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_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-7.2/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 Dimp_res_lob.phpt51 while (($row = oci_fetch_row($s)) != false) {
52 foreach ($row as $item) {
65 $row = oci_fetch_row($s);
66 foreach ($row as $item) {
H A Dimp_res_get_1.phpt59 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
60 foreach ($row as $item) {
72 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
73 foreach ($row as $item) {
H A Dbug70700.phpt47 $row = oci_fetch_array($select, OCI_ASSOC);
48 $lob = $row['DATA'];
78 $row = oci_fetch_array($select, OCI_ASSOC);
79 $lob = $row['DATA'];
109 $row = oci_fetch_array($select, OCI_ASSOC);
110 $lob = $row['DATA'];
140 $row = oci_fetch_array($select, OCI_ASSOC);
141 $lob = $row['DATA'];
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) {
/PHP-7.2/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-7.2/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-7.2/ext/pgsql/tests/
H A D80_bug27597.phpt31 while($row = xi_fetch_array($res)) {
32 print_r($row);
/PHP-7.2/ext/sqlite3/tests/
H A Dbug68760.phpt23 while ($row = $naturalSort->fetchArray()) {
24 echo $row['col1'], "\n";

Completed in 32 milliseconds

12345678910>>...14