Home
last modified time | relevance | path

Searched refs:fetch (Results 151 – 175 of 331) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/pdo_oci/tests/
H A Dcheckliveness.phpt42 $row = $stmt->fetch();
H A Dpdo_oci_stream_1.phpt42 $r = $s->fetch();
60 $r = $s->fetch();
H A Dpdo_oci_fread_1.phpt37 $r = $s->fetch();
H A Dpdo_oci_attr_autocommit_3.phpt38 while ($r = $s->fetch()) {
H A Dpdo_oci_attr_nulls_1.phpt19 while ($r = $s->fetch()) {
/PHP-7.4/ext/mysqli/tests/
H A Dbug62046.phpt31 while ($stmt->fetch()) {
H A Dmysqli_thread_id.phpt43 Warning: mysqli_thread_id(): Couldn't fetch mysqli in %s on line %d
H A Dbug76386.phpt44 $stmt->fetch();
72 while ($stmt->fetch()) {
H A Dmysqli_ping.phpt46 Warning: mysqli_ping(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_dump_debug_info_oo.phpt37 Warning: mysqli::dump_debug_info(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_next_result_error.phpt39 while ($stmt->fetch()) {
H A Dbug70949.phpt31 while ($stmt->fetch())
H A Dmysqli_disable_reads_from_master.phpt46 Warning: mysqli_disable_reads_from_master(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_dump_debug_info.phpt43 Warning: mysqli_dump_debug_info(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_enable_reads_from_master.phpt42 Warning: mysqli_enable_reads_from_master(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_errno.phpt50 Warning: mysqli_errno(): Couldn't fetch mysqli in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Dbug40415.phpt82 echo "Test 1: Associate fetch of nested cursor\n";
98 Test 1: Associate fetch of nested cursor
H A Dbug42496_1.phpt2 Bug #42496 (LOB fetch leaks cursors, eventually failing with ORA-1000 maximum open cursors reached)
H A Drefcur_prefetch_2.phpt41 fetch cur1 into c1,c2;
109 echo "------Test 2 - Set Prefetch before PL/SQL fetch ----------\n";
216 ------Test 2 - Set Prefetch before PL/SQL fetch ----------
H A Dlob_037.phpt2 Fetching two different lobs and using them after fetch
H A Dcursors.phpt65 Warning: oci_fetch_assoc(): ORA-01002: fetch out of sequence in %s on line %d
/PHP-7.4/ext/pdo/tests/
H A Dbug_60665.phpt23 $row = $statement->fetch(PDO::FETCH_LAZY);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_61411.phpt11 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
/PHP-7.4/ext/dba/tests/
H A Ddba_cdb_read.phpt39 // with skip = 0 dba_fetch must fetch the first result
/PHP-7.4/appveyor/
H A Dbuild.bat31 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…

Completed in 27 milliseconds

12345678910>>...14