Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/ext/pgsql/tests/
H A Dbug76548.phpt2 Bug #76548 pg_fetch_result did not fetch the next row
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt40 while (($row = $stmt->fetch(PDO::FETCH_ASSOC))) {
51 while (($row = $stmt->fetch(PDO::FETCH_ASSOC))) {
62 while (($row = $stmt->fetch(PDO::FETCH_ASSOC))) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_003.phpt2 Test typed properties error condition (fetch uninitialized by reference)
/PHP-7.4/ext/mysqli/tests/
H A D064.phpt17 $stmt->fetch();
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 Dbug75448.phpt18 Warning: mysqli_prepare(): Couldn't fetch mysqli in %s on line %d
H A Dbug35103.phpt32 $stmt->fetch();
45 $stmt->fetch();
H A Dmysqli_stmt_get_result_seek.phpt123 Warning: mysqli_data_seek(): Couldn't fetch mysqli_result in %s on line %d
125 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
127 Warning: mysqli_data_seek(): Couldn't fetch mysqli_result in %s on line %d
129 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dbug38710.phpt17 $qry->fetch();
/PHP-7.4/ext/pdo_mysql/tests/
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.phpt48 var_dump($stmt->fetch());
49 var_dump($stmt->fetch());
H A Dpdo_mysql_connect_attr.phpt37 $row = $stmt->fetch(PDO::FETCH_ASSOC);
48 $row = $stmt->fetch(PDO::FETCH_ASSOC);
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 Dbug80458.phpt38 var_dump($stmt3->fetch(PDO::FETCH_ASSOC));
56 $stmt5->nextRowset(); // needed to fetch the empty result set of CALL
79 var_dump($stmt3->fetch(PDO::FETCH_ASSOC));
97 $stmt5->nextRowset(); // needed to fetch the empty result set of CALL
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());
/PHP-7.4/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-7.4/Zend/tests/
H A Dresult_unused.phpt2 Unused result of fetch operations
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_72931.phpt15 $D = $S->fetch(PDO::FETCH_NUM);
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug46274_2.phpt51 var_dump($row = $res->fetch());
56 var_dump($row = $res->fetch());
H A Dbug41996.phpt16 $row = $stmt->fetch();
/PHP-7.4/ext/spl/tests/
H A Diterator_036.phpt21 Fatal error: Uncaught BadMethodCallException: CachingIterator does not fetch string value (see Cach…
/PHP-7.4/ext/pdo/tests/
H A Dpdo_035.phpt15 $result = $stmt->fetch(PDO::FETCH_LAZY);
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug44327_3.phpt13 $y = $x->fetch(PDO::FETCH_LAZY);
/PHP-7.4/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt20 Warning: Couldn't fetch DOMAttr. Node no longer exists in %s on line %d

Completed in 22 milliseconds

12345678910>>...14