Home
last modified time | relevance | path

Searched refs:row (Results 301 – 325 of 348) sorted by relevance

1...<<11121314

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt64 $row = mysqli_fetch_assoc($res);
66 func_test_mysqli_stmt_num_rows($stmt, "SELECT id, label FROM test", (int)$row['num'], 40);
H A Dmysqli_stmt_execute_stored_proc.phpt87 if ((!($row = mysqli_fetch_assoc($res))) || ($row['_version'] == ""))
89 $row['_version'],
H A Dmysqli_options.phpt81 while ($row = mysqli_fetch_assoc($res))
82 $charsets[] = $row;
H A Dmysqli_more_results.phpt53 while ($row = mysqli_fetch_array($res))
H A Dbug34810.phpt32 … - Column 'a' cannot be null, 1263 - Data truncated; NULL supplied to NOT NULL column 'a' at row */
H A Dmysqli_class_mysqli_result_interface.phpt16 $row = $mysqli_result->fetch_row();
20 assert(mysqli_fetch_row($res) === $row);
H A Dmysqli_autocommit.phpt80 printf("[17] Expecting 1 row in table test, found %d rows. [%d] %s\n",
128 printf("[31] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_autocommit_oo.phpt69 printf("[014] Expecting 1 row in table test, found %d rows. [%d] %s\n",
118 printf("[028] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_expire_password.phpt23 $row = mysqli_fetch_row($result);
24 if ($row[0] == 0)
H A Dmysqli_report.phpt229 if (!$row = mysqli_fetch_assoc($res))
232 $log_slow_query = ('ON' == $row['Value']);
239 if (!$row = mysqli_fetch_assoc($res))
242 $log_queries_not_using_indexes = ('ON' == $row['Value']);
H A Dmysqli_commit.phpt59 printf("[12] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_debug_mysqlnd_only.phpt47 while ($row = mysqli_fetch_assoc($res))
H A Dmysqli_commit_oo.phpt67 printf("[010] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug80458.phpt32 foreach($stmt2 as $row){
73 foreach($stmt2 as $row){
H A Dpdo_mysql_attr_max_buffer_size.phpt44 while ($row = $stmt->fetch(PDO::FETCH_BOUND)) {
H A Dpdo_mysql_stmt_nextrowset.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 Dpdo_mysql_prepare_native_named_placeholder.phpt24 // INSERT a single row
H A Dpdo_mysql_prepare_native_clear_error.phpt25 // INSERT a single row
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h129 #define mysqlnd_data_seek(result, row) (result)->m.seek_data((result), (row)) argument
230 #define mysqlnd_stmt_data_seek(stmt, row) (stmt)->m->seek_data((stmt), (row)) argument
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt21 $row = oci_fetch($stmt);
36 $row = oci_fetch($stmt);
H A Dfield_funcs1.phpt32 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
33 var_dump($row);
H A Ddefine3.phpt32 // New row with different data
H A Dbind_char_1.phpt188 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
189 foreach ($row as $item) {
H A Dbind_char_1_11gR1.phpt190 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
191 foreach ($row as $item) {
/PHP-7.4/ext/dom/tests/
H A Ddomelement.phpt53 $rows = $node->getElementsByTagName('row');

Completed in 52 milliseconds

1...<<11121314