Home
last modified time | relevance | path

Searched refs:fetch (Results 151 – 175 of 285) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_escape_string.phpt57 Warning: mysqli_real_escape_string(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_send_query.phpt49 Warning: mysqli_send_query(): Couldn't fetch mysqli in %s on line %d
H A D012.phpt2 mysqli fetch mixed values 2
H A Dmysqli_error.phpt47 Warning: mysqli_error(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_poll.phpt69 printf("[%03d + 2] Can fetch resultset although no query has been run!\n", $offset);
74 … printf("[%03d + 4] Cannot fetch and no error set - non resultset query (no SELECT)!\n", $offset);
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 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 D048.phpt32 $stmt->fetch();
H A Dmysqli_stmt_sqlstate.phpt62 Warning: mysqli_stmt_sqlstate(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dbug45019.phpt35 while ($stmt->fetch()) {
H A Dmysqli_free_result.phpt62 Warning: mysqli_free_result(): Couldn't fetch mysqli_result in %s on line %d
H A D013.phpt2 mysqli fetch mixed / mysql_query (may fail when using 4.1 library with 5.x server)
H A Dmysqli_store_result.phpt63 Warning: mysqli_store_result(): Couldn't fetch mysqli in %s on line %d
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5780.phpt23 var_dump($authstmt->fetch(PDO::FETCH_NUM));
H A Dpdo_mysql_stmt_blobfromsteam.phpt87 $row = $stmt2->fetch(PDO::FETCH_ASSOC);
105 $row = $stmt2->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)) {
H A Dpdo_mysql_bit.phpt34 $row = $stmt->fetch(PDO::FETCH_ASSOC);
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt48 while ($r = $s->fetch()) {
/PHP-5.5/ext/pdo/tests/
H A Dbug_43130.phpt34 var_dump($stmt->fetch(PDO::FETCH_COLUMN));
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69362.phpt53 $result = $testConn->query($testQuery)->fetch();

Completed in 24 milliseconds

12345678910>>...12