Home
last modified time | relevance | path

Searched refs:fetch (Results 76 – 100 of 285) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A D016.phpt2 mysqli fetch user variable
H A Dbug33263.phpt26 $stmt->fetch();
H A D017.phpt2 mysqli fetch functions
H A Dmysqli_change_user_prepared_statements.phpt22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
H A Dbug55653.phpt27 if (!$stmt->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 Dbug34785.phpt34 $stmt->fetch();
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_fetch_row.phpt57 Warning: mysqli_fetch_row(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_stat.phpt39 Warning: mysqli_stat(): Couldn't fetch mysqli in %s on line %d
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt184 $version = $stmt->fetch(PDO::FETCH_ASSOC);
205 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
225 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
246 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
249 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
258 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
271 $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_subclass.phpt2 MySQL PDOStatement->execute()/fetch(), Non-SELECT
65 var_dump($stmt->fetch());
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_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-5.5/ext/pdo_pgsql/tests/
H A Dbug62479.phpt53 $result = $testConn->query($testQuery)->fetch();
65 $result = $testConn->query($testQuery)->fetch();
H A Dbug69344.phpt28 var_dump($stmt->fetch());
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_disable.phpt23 printf("[002] Can fetch data using persistent connection! Data = '%s'\n",
56 [002] Can fetch data using persistent connection! Data = '1'
H A Dmysql_pconn_reuse.phpt32 printf("[002] Can fetch data using persistent connection! Data = '%s'\n",
66 [002] Can fetch data using persistent connection! Data = '1'
/PHP-5.5/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-5.5/ext/oci8/tests/
H A Ddefine6.phpt100 echo "Test 6 - fetch on wrong handle\n";
135 Test 6 - fetch on wrong handle
H A Drefcur_prefetch_4.phpt36 fetch cur1 into c1,c2;
83 echo "------Test 1 - Set Prefetch after PL/SQL fetch ----------\n";
150 ------Test 1 - Set Prefetch after PL/SQL fetch ----------
H A Dbug35973.phpt2 Bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)
/PHP-5.5/ext/dom/tests/
H A Dbug36756.phpt32 Warning: Couldn't fetch DOMElement. Node no longer exists in %sbug36756.php on line %d

Completed in 28 milliseconds

12345678910>>...12