Home
last modified time | relevance | path

Searched refs:fetch (Results 126 – 150 of 285) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_errno_oo.phpt47 Warning: main(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_get_client_stats_skipped.phpt33 /* fetch all rows but the last one */
H A Dmysqli_error_unicode.phpt49 Warning: mysqli_error(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_field_count.phpt61 Warning: mysqli_field_count(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_stmt_field_count.phpt97 Warning: mysqli_stmt_prepare(): Couldn't fetch mysqli_stmt in %s on line %d
99 Warning: mysqli_stmt_field_count(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dbug35517.phpt19 while ($stmt->fetch()) {
H A Dmysqli_warning_count.phpt51 Warning: mysqli_warning_count(): Couldn't fetch mysqli in %s on line %d
H A D005.phpt2 mysqli fetch char/text long
H A Dmysqli_error_oo.phpt44 Warning: main(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_num_fields.phpt56 Warning: mysqli_num_fields(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_stmt_init.phpt57 Warning: mysqli_stmt_init(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_poll_kill.phpt49 // Yes, you can fetch a result - the query has been processed
91 // Yes, 1 - fetch OK packet of kill!
154 // No, you cannot fetch the result
H A D023.phpt2 mysqli bind_param/bind_prepare fetch long values
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_nulls_1.phpt19 while ($r = $s->fetch()) {
H A Dpdo_oci_attr_autocommit_3.phpt38 while ($r = $s->fetch()) {
H A Dpdo_oci_fread_1.phpt37 $r = $s->fetch();
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb_read.phpt39 // with skip = 0 dba_fetch must fetch the first result
/PHP-5.5/ext/oci8/tests/
H A Dcursors.phpt65 Warning: oci_fetch_assoc(): ORA-01002: fetch out of sequence in %s on line %d
H A Dlob_037.phpt2 Fetching two different lobs and using them after fetch
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt11 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
43 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
45 while ($stmt->fetch()) ;
H A Dbug_33689.phpt2 PDO MySQL Bug #33689 (query() execute() and fetch() return false on valid select queries)
H A Dbug_41997.phpt12 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_prepare_load_data.phpt12 $row = $stmt->fetch(PDO::FETCH_ASSOC);
64 if (($row = $stmt->fetch(PDO::FETCH_ASSOC)) && ($row['value'] != '')) {
H A Dpdo_mysql_stmt_variable_columncount.phpt12 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
30 $row = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dbug54929.phpt25 var_dump($stmt->fetch(PDO::FETCH_ASSOC));

Completed in 31 milliseconds

12345678910>>...12