Home
last modified time | relevance | path

Searched refs:fetch (Results 101 – 125 of 331) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt40 while ($stmt->fetch(PDO::FETCH_BOUND))
62 while ($stmt->fetch(PDO::FETCH_BOUND))
86 while ($stmt->fetch(PDO::FETCH_BOUND))
115 while ($stmt->fetch(PDO::FETCH_BOUND))
145 while ($stmt->fetch(PDO::FETCH_BOUND))
180 while ($stmt->fetch(PDO::FETCH_BOUND))
202 while ($stmt->fetch(PDO::FETCH_BOUND))
226 while ($stmt->fetch(PDO::FETCH_BOUND))
255 while ($stmt->fetch(PDO::FETCH_BOUND))
285 while ($stmt->fetch(PDO::FETCH_BOUND))
H A Dpdo_mysql_exec_load_data.phpt12 $row = $stmt->fetch(PDO::FETCH_ASSOC);
20 if (($row = $stmt->fetch(PDO::FETCH_ASSOC)) && ($row['value'] != '')) {
73 if (($row = $stmt->fetch(PDO::FETCH_ASSOC)) && ($row['value'] != '')) {
H A Dpdo_mysql_stmt_closecursor_empty.phpt42 while ($stmt->fetch(PDO::FETCH_BOUND))
50 while ($stmt->fetch(PDO::FETCH_BOUND))
H A Dpdo_mysql_subclass.phpt2 MySQL PDOStatement->execute()/fetch(), Non-SELECT
59 var_dump($stmt->fetch());
H A Dpdo_mysql___construct.phpt187 $version = $stmt->fetch(PDO::FETCH_ASSOC);
208 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
228 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
249 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
252 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
261 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
274 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_stmt_blobs.phpt45 if (!$stmt->fetch(PDO::FETCH_BOUND)) {
64 $ret = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_last_insert_id.phpt63 $row = $stmt->fetch(PDO::FETCH_ASSOC);
84 $row = $stmt->fetch(PDO::FETCH_ASSOC);
91 $row = $stmt->fetch(PDO::FETCH_ASSOC);
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbug_50755.phpt20 while (($r = $stmt->fetch())) {
/PHP-7.4/ext/mysqli/tests/
H A D018.phpt2 mysqli fetch system variables
H A D016.phpt2 mysqli fetch user variable
H A Dmysqli_more_results.phpt51 // you must fetch all rows before you can loop to the next result set!
80 Warning: mysqli_more_results(): Couldn't fetch mysqli in %s on line %d
H A D063.phpt17 $stmt->fetch();
H A Dbug28817.phpt42 Warning: main(): Couldn't fetch my_mysql in %s on line %d
H A Dbug33263.phpt26 $stmt->fetch();
H A D017.phpt2 mysqli fetch functions
H A Dbug55653.phpt27 if (!$stmt->fetch())
H A Dmysqli_change_user_prepared_statements.phpt22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug60994.phpt36 $row = $select->fetch();
53 $row = $select->fetch();
70 $row = $select->fetch();
87 $row = $select->fetch();
H A Dpdo_oci_attr_case.phpt19 while ($r = $s->fetch(PDO::FETCH_ASSOC)) {
29 while ($r = $s->fetch(PDO::FETCH_ASSOC)) {
/PHP-7.4/ext/odbc/tests/
H A Dodbc_data_source_001.phpt23 Warning: odbc_data_source(): Invalid fetch type (0) in %s on line %d
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_72583.phpt16 $D = $S->fetch(PDO::FETCH_NUM);
H A Dbug_76452.phpt19 var_dump($query->fetch());
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug62479.phpt54 $result = $testConn->query($testQuery)->fetch();
66 $result = $testConn->query($testQuery)->fetch();
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_tostring_exception.phpt38 while ($row = $query->fetch(PDO::FETCH_ASSOC)) {
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_lob.phpt62 echo "\nTest 2 - don't fetch all rows\n";
99 Test 2 - don't fetch all rows

Completed in 31 milliseconds

12345678910>>...14