Home
last modified time | relevance | path

Searched refs:fetch (Results 226 – 250 of 331) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/dba/
H A Dphp_dba.h80 char* (*fetch)(dba_info *, char *, size_t, int, size_t *); member
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_39858.phpt11 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_stmt_bindparam_types.phpt54 if (!$stmt->fetch(PDO::FETCH_BOUND)) {
69 $row = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dbug_44707.phpt13 $row = $stmt->fetch(PDO::FETCH_ASSOC);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_oo.phpt85 Warning: mysqli_result::fetch_assoc(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_use_result.phpt65 Warning: mysqli_use_result(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_set_opt.phpt67 Warning: mysqli_set_opt(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_stmt_errno.phpt67 Warning: mysqli_stmt_errno(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_fetch_assoc.phpt118 Warning: mysqli_fetch_assoc(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_field_tell.phpt108 Warning: mysqli_field_tell(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_stmt_error.phpt67 Warning: mysqli_stmt_error(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_stmt_param_count.phpt71 Warning: mysqli_stmt_param_count(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_next_result.phpt77 Warning: mysqli_next_result(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_stmt_insert_id.phpt75 Warning: mysqli_stmt_insert_id(): Couldn't fetch mysqli_stmt in %s on line %d
H A D019.phpt2 mysqli fetch (bind_param + bind_result)
H A Dbug79375.phpt69 $stmt->fetch(); // should throw an error
70 $stmt->fetch();
H A Dmysqli_stmt_bind_result_zerofill.phpt43 printf("[%03d] Execute or fetch failed, [%d] %s\n",
H A D004.phpt2 mysqli fetch char/text
H A Dmysqli_stmt_get_result_metadata.phpt229 Warning: mysqli_fetch_field(): Couldn't fetch mysqli_result in %s on line %d
232 Warning: mysqli_fetch_field(): Couldn't fetch mysqli_result in %s on line %d
235 Warning: mysqli_fetch_field(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_real_escape_string_unicode.phpt87 Warning: mysqli_real_escape_string(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_data_seek.phpt73 Warning: mysqli_data_seek(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_num_rows.phpt85 Warning: mysqli_num_rows(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_query_iterators.phpt122 Warning: main(): Couldn't fetch mysqli_result in %s on line %d
/PHP-7.4/ext/pdo/tests/
H A Dpdo_014.phpt51 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/PHP-7.4/ext/oci8/tests/
H A Dlob_030.phpt2 Test piecewise fetch of CLOBs equal to, and larger than PHP_OCI_LOB_BUFFER_SIZE

Completed in 26 milliseconds

12345678910>>...14