Home
last modified time | relevance | path

Searched refs:row (Results 201 – 225 of 348) sorted by relevance

12345678910>>...14

/PHP-7.2/ext/oci8/tests/
H A Dimp_res_get_none.phpt30 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
31 foreach ($row as $item) {
H A Dlob_020.phpt38 var_dump($row = oci_fetch_array($s));
40 var_dump($row[0]->read(2));
41 var_dump($row[0]->read(5));
42 var_dump($row[0]->read(50));
H A Dimp_res_get_cancel.phpt39 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
40 foreach ($row as $item) {
H A Dimp_res_get_exec.phpt39 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
40 foreach ($row as $item) {
H A Dimp_res_get_close_3.phpt44 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
45 foreach ($row as $item) {
H A Dimp_res_cancel.phpt41 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
42 foreach ($row as $item) {
H A Dbug42173.phpt47 $row = oci_fetch_array($s, OCI_ASSOC);
48 var_dump($row);
50 foreach ($row as $name => $field) {
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam_types.phpt69 $row = $stmt->fetch(PDO::FETCH_ASSOC);
70 if (empty($row)) {
76 if ($row['label'] != $value) {
79 var_export($row['label'], true), var_export($value, true));
83 if ($row['label'] != $label) {
86 var_export($row['label'], true), var_export($value, true));
H A Dbug_61411.phpt11 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
13 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
H A Dbug_33689.phpt20 foreach ($db->query('SELECT * from test') as $row) {
21 print_r($row);
H A Dbug_41997.phpt12 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
14 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt100 while ($row = mysqli_fetch_assoc($res)) {
126 if (!$row = mysqli_fetch_row($res))
133 $row = mysqli_fetch_assoc($res);
134 var_dump($row);
139 $row = mysqli_fetch_assoc($res);
140 if ($row['_version'] != 'myversion') {
H A Dmysqli_fetch_all.phpt134 $row = $tmp[0];
141 …if (!preg_match($regexp_comparison, (string)$row['label']) || !preg_match($regexp_comparison, (str…
144 gettype($row[1]), $row[1],
145 gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
149 if (($row['label'] !== $php_value) || ($row[1] != $php_value)) {
152 gettype($row[1]), $row[1],
153 gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_bind_param_references.phpt22 if (!$row = mysqli_fetch_assoc($res)) {
29 if ($row['id'] != $id) {
32 gettype($row['id']), $row['id']
37 if ($row['label'] != $label) {
40 gettype($row['label']), $row['label']
H A Dmysqli_connect_twice.phpt30 !($row = mysqli_fetch_assoc($res)))
33 var_dump($row);
55 !($row = $res->fetch_assoc()))
58 var_dump($row);
H A Dmysqli_get_client_stats_skipped.phpt35 $row = mysqli_fetch_assoc($res);
37 /* enforce implicit cleaning of the wire and skipping the last row */
H A Dmysqli_num_rows.phpt50 $row = mysqli_fetch_assoc($res);
53 func_test_mysqli_num_rows($link, "SELECT id, label FROM test", (int)$row['num'], 25);
63 $row = mysqli_fetch_row($res);
H A Dmysqli_query_stored_proc.phpt111 if (!$row = mysqli_fetch_assoc($res) ||
112 $row['_vers'] == 'unknown')
114 $row['_vers'],
139 if (!$row = mysqli_fetch_assoc($res) ||
140 $row['_vers'] == 'myversion')
142 $row['_vers'],
H A Dmysqli_last_insert_id.phpt23 $row = $res->fetch_assoc();
26 return $row['_id'];
128 while ($row = $res->fetch_assoc()) {
129 printf("id = %d, label = '%s'\n", $row['id'], $row['label']);
170 while ($row = $res->fetch_assoc()) {
171 printf("id = %d, label = '%s'\n", $row['id'], $row['label']);
/PHP-7.2/ext/pdo_oci/tests/
H A Dcheckliveness.phpt42 $row = $stmt->fetch();
43 var_dump($row);
/PHP-7.2/ext/pdo_odbc/tests/
H A Dlong_columns.phpt80 foreach ($db->query('SELECT id, data from TEST ORDER BY LEN(data) ASC') as $row) {
81 $expect = alpha_repeat($row[0]);
82 if (strcmp($expect, $row[1])) {
83 echo "Failed on size $row[id]:\n";
84 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
86 echo ($row['data']) . "\n";
88 echo "Passed on size $row[id]\n";
/PHP-7.2/ext/pgsql/tests/
H A Dpg_update_001.phpt28 while ($row = pg_fetch_assoc($rs)) {
29 var_dump($row);
/PHP-7.2/ext/gd/libgd/
H A Dgd_topal.c321 int row; in prescan_quantize() local
326 for (row = 0; row < num_rows; row++) in prescan_quantize()
328 ptr = input_buf[row]; in prescan_quantize()
1143 int row; in pass2_no_dither() local
1148 for (row = 0; row < num_rows; row++) in pass2_no_dither()
1150 inptr = input_buf[row]; in pass2_no_dither()
1151 outptr = output_buf[row]; in pass2_no_dither()
1200 int row; in pass2_fs_dither() local
1212 SHIFT_TEMPS for (row = 0; row < num_rows; row++) in pass2_fs_dither()
1214 inptr = input_buf[row]; in pass2_fs_dither()
[all …]
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_05_delete.phpt26 echo "DELETING a row\n";
60 DELETING a row
/PHP-7.2/ext/dba/tests/
H A Ddba_db4_016.phpt34 var_dump(dba_insert("key2", "second open test row 2", $db_file));
59 second open test row 2

Completed in 55 milliseconds

12345678910>>...14