Home
last modified time | relevance | path

Searched refs:fetch (Results 201 – 225 of 331) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt87 $row = $stmt2->fetch(PDO::FETCH_ASSOC);
105 $row = $stmt2->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_bit.phpt34 $row = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dbug_pecl_7976.phpt11 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
H A Dbug_41125.phpt10 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_attr_max_buffer_size.phpt44 while ($row = $stmt->fetch(PDO::FETCH_BOUND)) {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt57 …// mysqli_num_rows() failed to fetch the result set and the PHP parameter check makes it return NU…
117 Warning: mysqli_stmt_num_rows(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dbug72489.phpt40 while ($stmt->fetch()) {
H A Dmysqli_stmt_sqlstate.phpt62 Warning: mysqli_stmt_sqlstate(): Couldn't fetch mysqli_stmt in %s on line %d
H A D006.phpt2 mysqli fetch long values
H A D007.phpt2 mysqli fetch short values
H A D008.phpt2 mysqli fetch tinyint values
H A D010.phpt2 mysqli fetch float values
H A D011.phpt2 mysqli fetch mixed values
H A Dmysqli_free_result.phpt62 Warning: mysqli_free_result(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_store_result.phpt63 Warning: mysqli_store_result(): Couldn't fetch mysqli in %s on line %d
H A Dbug45019.phpt35 while ($stmt->fetch()) {
H A D013.phpt2 mysqli fetch mixed / mysql_query (may fail when using 4.1 library with 5.x server)
H A Dmysqli_fetch_field_direct.phpt82 Warning: mysqli_fetch_field_direct(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_fetch_object_oo.phpt134 [E_WARNING] mysqli_result::fetch_object(): Couldn't fetch mysqli_result in %s on line %d
142 [E_WARNING] mysqli_fetch_object(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_poll.phpt76 printf("[%03d + 2] Can fetch resultset although no query has been run!\n", $offset);
81 … printf("[%03d + 4] Cannot fetch and no error set - non resultset query (no SELECT)!\n", $offset);
H A Dmysqli_store_result_copy.phpt78 /* meta and fetch lengths code */
115 /* fetch all */
148 /* user conn killed, res associated with conn, fetch from res */
/PHP-7.4/ext/dba/tests/
H A Dbug70825.phpt2 Bug #70825 (Cannot fetch multiple values with group in ini file)
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt48 while ($r = $s->fetch()) {
/PHP-7.4/ext/pdo/tests/
H A Dbug_43130.phpt35 var_dump($stmt->fetch(PDO::FETCH_COLUMN));
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug69362.phpt54 $result = $testConn->query($testQuery)->fetch();

Completed in 27 milliseconds

12345678910>>...14