Home
last modified time | relevance | path

Searched refs:rows (Results 26 – 50 of 98) sorted by relevance

1234

/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.h37 #define UPSERT_STATUS_SET_AFFECTED_ROWS(status, rows) (status)->affected_rows = (rows) argument
/php-src/ext/mysqli/tests/
H A Dbug70384.phpt50 $rows = $res->fetch_all();
51 if (json_encode($rows[0][0]) != json_encode($jsfield_data)) {
53 var_dump(json_encode($rows[0][0]) != json_encode($jsfield_data));
H A Dmysqli_get_client_stats_ps.phpt41 printf("[003] Unbuffered rows got increased after buffered PS, expecting %d got %d.\n",
47 printf("[005] Buffered rows should be %d got %d.\n",
69 printf("[007] Unbuffered rows should be %d got %d.\n",
74 printf("[005] Buffered rows should be unchanged, expecting %d got %d.\n",
H A Dmysqli_get_client_stats_skipped.phpt2 mysqli_get_client_stats() - skipped rows
30 /* fetch all rows but the last one */
H A Dmysqli_stmt_get_result_seek.phpt28 printf("[005] Expecting 3 rows, got %s/%s rows\n", gettype($res->num_rows), $res->num_rows);
31 …printf("[006] Expecting 2 fields, got %s/%s rows\n", gettype($res->field_count), $res->field_count…
34 …printf("[006] Expecting offset 0, got %s/%s rows\n", gettype($res->current_field), $res->current_f…
H A Dbug49442.phpt55 $rows = array();
58 $rows[] = $row;
97 if (($row['id'] != $rows[$i]['id']) || ($row['label'] != $rows[$i]['label'])) {
H A Dmysqli_autocommit.phpt67 printf("[17] Expecting 1 row in table test, found %d rows. [%d] %s\n",
102 printf("[27] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
115 printf("[31] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_autocommit_oo.phpt63 printf("[014] Expecting 1 row in table test, found %d rows. [%d] %s\n",
99 printf("[24] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
112 printf("[028] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_change_user_rollback.phpt56 printf("[010] Expecting %d rows in the table test, found %d rows\n",
H A Dmysqli_rollback.phpt42 printf("[12] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
/php-src/ext/pdo_firebird/tests/
H A Dbug_76488.phpt30 $rows = $sth->fetchAll();
31 unset($rows);
H A DrowCount.phpt25 $rows = $stmt->fetch();
26 $rows = $stmt->fetch();
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_myisam_index.phpt115 printf("[074] Expecting two rows, got %d rows\n", $tmp);
151 printf("[061] Expecting zero rows, got %d rows\n", $tmp);
157 printf("[062] Expecting two rows, got %d rows\n", $tmp);
162 printf("[064] Expecting one row, got %d rows\n", $tmp);
H A Dpdo_mysql_prepare_emulated_myisam.phpt106 printf("[033] Expecting two rows, got %d rows\n", $tmp);
128 printf("[040] Expecting zero rows, got %d rows\n", $tmp);
135 printf("[042] Expecting two rows, got %d rows\n", $tmp);
140 printf("[044] Expecting onw row, got %d rows\n", $tmp);
H A Dpdo_mysql_prepare_native_myisam.phpt117 printf("[033] Expecting two rows, got %d rows\n", $tmp);
121 printf("[027] Expecting two rows, got %d rows\n", $tmp);
137 printf("[030] Expecting zero rows, got %d rows\n", $tmp);
143 printf("[032] Expecting one row, got %d rows\n", $tmp);
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt50 … $rows = $stmt->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass', array('Called by PDO'));
51 var_dump($rows[0]);
54 $rows = $stmt->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass');
55 var_dump($rows[0]);
H A Dpdo_mysql_stmt_fetchobject.phpt69 $rows[] = array();
70 while (is_object($rows[] = $stmt->fetchObject('myclass', array($rowno++, $rowno))))
73 var_dump($rows[$rowno - 1]);
H A Dpdo_mysql_exec.phpt2 MySQL PDO->exec(), affected rows
35 /* affected rows related */
56 …1. But the MySQL 5.1 manual states: Truncation operations do not return the number of deleted rows.
158 // this is interesting: if we get sort of affected rows, what will happen now?
160 …ith emulated PS it works but makes no sense given that exec() returns sort of affected rows...\n");
181 [035] With emulated PS it works but makes no sense given that exec() returns sort of affected rows.…
/php-src/ext/pgsql/tests/
H A D18pg_escape_bytea_hex.phpt27 $rows = pg_fetch_all($result);
28 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
H A D18pg_escape_bytea_esc.phpt24 $rows = pg_fetch_all($result);
25 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
H A D18pg_escape_bytea_before.phpt24 $rows = pg_fetch_all($result);
25 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
H A D03sync_query.phpt18 if (!($rows = pg_num_rows($result)))
22 for ($i=0; $i < $rows; $i++)
26 for ($i=0; $i < $rows; $i++)
30 for ($i=0; $i < $rows; $i++)
34 for ($i=0; $i < $rows; $i++)
/php-src/ext/pdo_pgsql/tests/
H A Dresult_memory_size.phpt24 echo 'Result set with many rows: ';
42 Result set with many rows: int(%d)
/php-src/ext/pdo_dblib/tests/
H A Dbug_67130.phpt2 PDO_DBLIB: \PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been …
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php11 …public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", strin… argument

Completed in 29 milliseconds

1234