Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 331) sorted by last modified time

12345678910>>...14

/PHP-7.4/
H A DNEWS371 . Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an
590 . Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken
633 . Fixed bug #80150 (Failure to fetch error message). (cmb)
691 . Fixed bug #80027 (Terrible performance using $query->fetch on queries with
783 array write fetch). (Nikita)
1127 . Fixed bug #79084 (mysqlnd may fetch wrong column indexes with MYSQLI_BOTH).
/PHP-7.4/ext/mysqli/tests/
H A Dbug79375.phpt69 $stmt->fetch(); // should throw an error
70 $stmt->fetch();
H A Dbug80837.phpt2 Bug #80837 Calling stmt_store_result after fetch doesn't throw an error
23 $statement->fetch();
H A Dps_cursor_multiple_result_sets.phpt30 while ($stmt->fetch()) {
36 while ($stmt->fetch()) {
46 while ($stmt->fetch()) {
53 while ($stmt->fetch()) {
H A Dmysqli_stmt_get_result.phpt216 Warning: mysqli_stmt_fetch(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_stmt_prepare.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
55 Warning: mysqli_stmt_prepare(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_stmt_reset.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
111 Warning: mysqli_stmt_reset(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_stmt_result_metadata.phpt132 Warning: mysqli_stmt_result_metadata(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_stmt_sqlstate.phpt62 Warning: mysqli_stmt_sqlstate(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_store_result.phpt63 Warning: mysqli_store_result(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_store_result_copy.phpt78 /* meta and fetch lengths code */
115 /* fetch all */
148 /* user conn killed, res associated with conn, fetch from res */
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3564 + /* Need to fetch global match which equals pmatch[0] */
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76452.phpt19 var_dump($query->fetch());
H A Ddialect_1.phpt27 $row = $query->fetch(\PDO::FETCH_OBJ);
44 $row = $query->fetch(\PDO::FETCH_OBJ);
H A Dexecute.phpt33 var_dump($s->fetch());
39 var_dump($s->fetch());
H A Dbug_72583.phpt16 $D = $S->fetch(PDO::FETCH_NUM);
H A DrowCount.phpt23 $rows = $stmt->fetch();
24 $rows = $stmt->fetch();
25 var_dump($stmt->fetch());
H A Dbug_47415.phpt25 $rows = $stmt->fetch(PDO::FETCH_BOUND);
26 var_dump($stmt->fetch());
H A Dbug_48877.phpt26 $rows = $stmt->fetch();
27 var_dump($stmt->fetch());
H A Dbug_72931.phpt15 $D = $S->fetch(PDO::FETCH_NUM);
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug80783.phpt21 $stmt->fetch(PDO::FETCH_BOUND);
H A Dbug80783a.phpt22 $stmt->fetch(PDO::FETCH_BOUND);
/PHP-7.4/ext/dba/
H A Ddba.c1100 if((val = info->hnd->fetch(info, key_str, key_len, skip, &len)) != NULL) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c1123 MYSQLND_METHOD(mysqlnd_stmt, fetch)(MYSQLND_STMT * const s, zend_bool * const fetched_anything) in MYSQLND_METHOD() argument
2257 MYSQLND_METHOD(mysqlnd_stmt, fetch),
/PHP-7.4/ext/pdo_mysql/tests/
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

Completed in 53 milliseconds

12345678910>>...14