Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt39 $row = $stmt->fetch(PDO::FETCH_ASSOC);
79 $row_string = $stmt->fetch(PDO::FETCH_ASSOC);
96 $row = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_stmt_unbuffered_2050.phpt40 fetch all data from the row before sending new data to the server.
42 After the execution of PDO::query(), MySQL expects you to fetch
71 ---> execute() has been send on the line, you are supposed to fetch
H A Dpdo_mysql_stmt_bindparam.phpt36 while ($stmt->fetch(PDO::FETCH_BOUND))
44 while ($stmt->fetch(PDO::FETCH_BOUND))
75 while ($stmt->fetch(PDO::FETCH_BOUND))
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_61755.phpt21 $r = $s->fetch();
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug71885.phpt31 var_dump($stmt->fetch());
H A Dbug69344.phpt28 var_dump($stmt->fetch());
/PHP-7.4/ext/mysqli/tests/
H A Dbug34785.phpt34 $stmt->fetch();
H A Dbug79084_collision.phpt2 Bug #79084 (mysqlnd may fetch wrong column indexes with MYSQLI_BOTH) - collision
H A Dmysqli_sqlstate.phpt48 Warning: mysqli_sqlstate(): Couldn't fetch mysqli in %s on line %d
H A Dbug44897.phpt40 if (!$stmt->bind_result($out_new_label) || !$stmt->fetch())
61 if (!$stmt2->bind_result($out_new_label) || !$stmt2->fetch())
H A Dmysqli_stmt_attr_set.phpt173 while ($stmt->fetch())
187 while ($stmt->fetch())
204 while ($stmt->fetch())
230 while ($stmt->fetch())
257 while ($stmt->fetch())
H A Dbug79084.phpt2 Bug #79084 (mysqlnd may fetch wrong column indexes with MYSQLI_BOTH)
H A Dmysqli_stat.phpt39 Warning: mysqli_stat(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_fetch_row.phpt57 Warning: mysqli_fetch_row(): Couldn't fetch mysqli_result in %s on line %d
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug80783.phpt21 $stmt->fetch(PDO::FETCH_BOUND);
H A Dbug80783a.phpt22 $stmt->fetch(PDO::FETCH_BOUND);
/PHP-7.4/ext/dom/tests/
H A Dbug36756.phpt32 Warning: Couldn't fetch DOMElement. Node no longer exists in %sbug36756.php on line %d
/PHP-7.4/ext/oci8/tests/
H A Dbug35973.phpt2 Bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)
H A Ddefine6.phpt100 echo "Test 6 - fetch on wrong handle\n";
135 Test 6 - fetch on wrong handle
H A Drefcur_prefetch_4.phpt43 fetch cur1 into c1,c2;
90 echo "------Test 1 - Set Prefetch after PL/SQL fetch ----------\n";
157 ------Test 1 - Set Prefetch after PL/SQL fetch ----------
H A Dbug42496_2.phpt2 Bug #42496 (LOB fetch leaks cursors, eventually failing with ORA-1000 maximum open cursors reached)
H A Dcursor_bind.phpt2 bind and fetch cursor from a statement
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug57702.phpt54 $row = $stmt->fetch(PDO::FETCH_ASSOC);
57 $row = $stmt->fetch(PDO::FETCH_ASSOC);
80 while ($stmt->fetch(PDO::FETCH_BOUND)) {
/PHP-7.4/ext/pdo/tests/
H A Dbug_36798.phpt31 $row = $stmt->fetch(PDO::FETCH_NUM);

Completed in 74 milliseconds

12345678910>>...14