Home
last modified time | relevance | path

Searched refs:fetch (Results 51 – 75 of 285) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/oci8/tests/
H A Dbind_long.phpt38 echo "Test 2 - test multi chunk fetch\n";
66 Test 2 - test multi chunk fetch
H A Dexec_fetch.phpt2 fetch after failed oci_execute()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt51 printf("[010] Cannot fetch Maxlen and/or Comment, test will fail: $sql\n");
61 printf("[012] Cannot fetch Id/Number, test will fail\n");
68 printf("[014] Cannot fetch character_sets_dir, test will fail\n");
114 Warning: mysqli_get_charset(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_stmt_get_result_seek.phpt122 Warning: mysqli_data_seek(): Couldn't fetch mysqli_result in %s on line %d
124 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
126 Warning: mysqli_data_seek(): Couldn't fetch mysqli_result in %s on line %d
128 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A D064.phpt17 $stmt->fetch();
H A Dbug35103.phpt32 $stmt->fetch();
45 $stmt->fetch();
H A D063.phpt17 $stmt->fetch();
H A Dbug38710.phpt17 $qry->fetch();
H A D018.phpt2 mysqli fetch system variables
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug41125.phpt21 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
37 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
50 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
80 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
H A Dpdo_mysql_begintransaction.phpt39 $row = $stmt->fetch(PDO::FETCH_ASSOC);
57 var_dump($stmt->fetch(PDO::FETCH_ASSOC));
67 $new_row1 = $stmt->fetch(PDO::FETCH_ASSOC);
76 $new_row2 = $stmt->fetch(PDO::FETCH_ASSOC);
98 $new_row2 = $stmt->fetch(PDO::FETCH_ASSOC);
109 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
120 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dbug46292.phpt50 var_dump($stmt->fetch());
51 var_dump($stmt->fetch());
H A Dpdo_mysql_attr_server_info.phpt33 if (!$row = $stmt->fetch(PDO::FETCH_NUM))
34 printf("[005] Unable to fetch uptime, [%s]\n", $db->errorCode());
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_stmt_closecursor_empty.phpt42 while ($stmt->fetch(PDO::FETCH_BOUND))
50 while ($stmt->fetch(PDO::FETCH_BOUND))
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug46274_2.phpt51 var_dump($row = $res->fetch());
56 var_dump($row = $res->fetch());
H A Dbug41996.phpt17 $row = $stmt->fetch();
H A Dpdo_oci_attr_case.phpt19 while ($r = $s->fetch(PDO::FETCH_ASSOC)) {
29 while ($r = $s->fetch(PDO::FETCH_ASSOC)) {
/PHP-5.5/Zend/tests/
H A Dresult_unused.phpt2 Unused result of fetch operations
/PHP-5.5/ext/pdo/tests/
H A Dpdo_035.phpt15 $result = $stmt->fetch(PDO::FETCH_LAZY);
/PHP-5.5/ext/pdo/
H A Dpdo.php52 while ($row = $stmt->fetch()) {
/PHP-5.5/ext/odbc/tests/
H A Dodbc_data_source_001.phpt18 Warning: odbc_data_source(): Invalid fetch type (0) in %s on line %d
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug44327_3.phpt13 $y = $x->fetch(PDO::FETCH_LAZY);
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt20 Warning: Couldn't fetch DOMAttr. Node no longer exists in %s on line %d
/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_50755.phpt20 while (($r = $stmt->fetch())) {

Completed in 32 milliseconds

12345678910>>...12