Home
last modified time | relevance | path

Searched refs:row (Results 101 – 125 of 367) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/pdo_firebird/tests/
H A Dexecute_block.phpt33 $row = $query->fetch(\PDO::FETCH_OBJ);
34 var_dump($row->N);
35 var_dump($row->M);
/PHP-8.1/ext/oci8/tests/
H A Dlob_019.phpt40 var_dump($row = oci_fetch_array($s));
42 var_dump($row[0]->read(5));
43 var_dump($row[0]->read(5));
44 var_dump($row[0]->read(5));
H A Dpecl_bug10194.phpt34 $row = oci_fetch_assoc($statement);
39 $row['CLOB']->write($string);
48 $row = oci_fetch_assoc($statement);
49 var_dump(strlen($row['CLOB']->load())); /* here it should fail */
H A Dimp_res_insert.phpt57 while (($row = oci_fetch_row($s)) !== false)
58 echo $row[0], "\n";
67 while (($row = oci_fetch_row($s)) !== false)
68 echo $row[0], "\n";
79 while (($row = oci_fetch_row($s)) !== false)
80 echo $row[0], "\n";
89 while (($row = oci_fetch_row($s)) !== false)
90 echo $row[0], "\n";
H A Dbind_long_raw.phpt30 $row = oci_fetch_row($stmt);
31 var_dump(md5($row[0]));
32 var_dump(strlen($row[0]));
H A Dbind_raw.phpt31 $row = oci_fetch_row($stmt);
32 var_dump(md5($row[0]));
33 var_dump(strlen($row[0]));
H A Dbind_raw_2.phpt31 $row = oci_fetch_row($stmt);
32 var_dump(md5($row[0]));
33 var_dump(strlen($row[0]));
H A Dlob_010.phpt36 $row = oci_fetch_array($s);
38 while (!$row[0]->eof()) {
39 var_dump($row[0]->read(1024));
H A Dimp_res_prefetch.phpt57 while (($row = oci_fetch_row($s)) != false)
58 var_dump($row);
64 while (($row = oci_fetch_row($s)) != false)
65 var_dump($row);
71 while (($row = oci_fetch_row($s)) != false)
72 var_dump($row);
H A Dlob_005.phpt34 var_dump($row = oci_fetch_array($s));
36 var_dump(oci_lob_is_equal($row[0], $row['BLOB']));
H A Dlob_043.phpt37 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC+OCI_RETURN_LOBS)) !== false) {
38 $r[] = $row['C1'];
49 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC)) !== false) {
50 $r[] = $row['C1'];
H A Dpecl_bug10194_blob.phpt34 $row = oci_fetch_assoc($statement);
39 $row['BLOB']->write($string);
50 $row = oci_fetch_assoc($statement);
51 var_dump(strlen($row['BLOB']->load())); /* here it should fail */
H A Dpecl_bug10194_blob_64.phpt35 $row = oci_fetch_assoc($statement);
40 $row['BLOB']->write($string);
51 $row = oci_fetch_assoc($statement);
52 var_dump(strlen($row['BLOB']->load())); /* here it should fail */
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_change_user_insert_id.phpt46 if (!$row = mysqli_fetch_assoc($res))
50 if ($row['_insert_id'] != $insert_id)
52 $row['_insert_id'], $insert_id);
54 if ($row['_insert_id'] != 0)
55 printf("Expecting 0 got %d\n", $row['_insert_id']);
H A Dmysqli_pconn_reuse.phpt36 $row = mysqli_fetch_assoc($res);
37 printf("Connection 1 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
43 $row = mysqli_fetch_assoc($res);
44 printf("Connection 2 (no reuse) - SELECT @pcondisabled -> '%s'\n", $row['_test']);
56 $row = mysqli_fetch_assoc($res);
57 printf("Connection 2 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
71 $row = mysqli_fetch_assoc($res);
72 printf("Connection 2 (reuse) - SELECT @pcondisabled -> '%s'\n", $row['_test']);
H A Dmysqli_pam_sha256_public_key_ini.phpt28 while ($row = $res->fetch_assoc()) {
29 if (($row['Name'] == 'sha256_password') && ($row['Status'] == 'ACTIVE')) {
41 if (!($row = $res->fetch_assoc())) {
45 $key = $row['Value'];
106 if (!$row = mysqli_fetch_assoc($res)) {
110 if ($row['id'] != 1) {
111 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_fetch_array.phpt101 if (!$row = mysqli_fetch_array($res, MYSQLI_BOTH)) {
107 …if (!preg_match($regexp_comparison, (string)$row['label']) || !preg_match($regexp_comparison, (str…
110 gettype($row[1]), $row[1],
111 … gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
117 if (($row['label'] != $php_value) || ($row[1] != $php_value)) {
120 gettype($row[1]), $row[1],
121 … gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
124 if (gettype($row['label']) == 'unicode') {
131 if (($row['label'] !== $php_value) || ($row[1] != $php_value)) {
134 gettype($row[1]), $row[1],
[all …]
H A Dmysqli_change_user_get_lock.phpt26 if (!$row = mysqli_fetch_assoc($res))
29 if ($row['_ok'] != 1)
49 if (!$row = mysqli_fetch_assoc($res))
52 if ($row['_ok'] != NULL)
61 if (!$row = mysqli_fetch_assoc($res))
64 if ($row['_ok'] != 1)
86 if (!$row = mysqli_fetch_assoc($res))
89 if ($row['_ok'] != NULL)
H A Dmysqli_options_init_command.phpt27 $row = mysqli_fetch_assoc($res);
30 if ($row['_num_rows'] != 1)
31 printf("[003] Expecting 1 got %s\n", $row['_num_rows']);
46 $row = mysqli_fetch_assoc($res);
49 if ($row['_num_rows'] != 2)
50 printf("[007] Expecting 1 got %s\n", $row['_num_rows']);
H A Dmysqli_result_references_mysqlnd.phpt24 while ($row = mysqli_fetch_assoc($res)) {
26 $references[$idx]['row_ref'] = &$row;
27 $references[$idx]['row_copy'] = $row;
28 $references[$idx]['id_ref'] = &$row['id'];
29 $references[$idx++]['id_copy'] = $row['id'];
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt28 while ($row = $res->fetch_assoc()) {
29 if (($row['Name'] == 'sha256_password') && ($row['Status'] == 'ACTIVE')) {
41 if (!($row = $res->fetch_assoc())) {
45 if (strlen($row['Value']) < 100) {
54 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
110 if (!$row = mysqli_fetch_assoc($res)) {
115 if ($row['id'] != 1) {
116 … printf("[%03d + 005] Expecting 1 got %s/'%s'", $offset, gettype($row['id']), $row['id']);
H A Dbug36949.phpt20 $row = $result->fetch_object();
21 echo $row->my_time."<br>\n";
38 $row = $result->fetch_object();
39 echo $row->my_time."<br>\n";
/PHP-8.1/ext/dom/tests/
H A Ddom001.phpt198 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
199 <row><entry>a2</entry><entry>c2</entry></row>
200 <row><entry>a3</entry><entry>b3</entry><entry>c3</entry></row>
257 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
258 <row><entry>a2</entry><entry>c2</entry></row>
259 <row><entry>a3</entry><entry>b3</entry><entry>c3</entry></row>
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug60994.phpt40 $row = $select->fetch();
41 $stream1 = stream_get_contents($row['DATA']);
48 if ($string1 != $stream1 || $stream1 != stream_get_contents($row['DATA2'])) {
60 $row = $select->fetch();
61 $stream2 = stream_get_contents($row['DATA']);
68 if ($string2 != $stream2 || $stream2 != stream_get_contents($row['DATA2'])) {
80 $row = $select->fetch();
81 $stream3 = stream_get_contents($row['DATA']);
88 if ($string3 != $stream3 || $stream3 != stream_get_contents($row['DATA2'])) {
100 $row = $select->fetch();
[all …]
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ps.h22 …val * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row);
38 …QLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row, unsigned int byte_…

Completed in 33 milliseconds

12345678910>>...15