Home
last modified time | relevance | path

Searched refs:fetch (Results 301 – 325 of 331) sorted by relevance

1...<<11121314

/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt41 fetch cur1 into c1,c2;
H A Dbug43492.phpt41 function fetch($c, $i) {
51 $cur = fetch($c, $i);
H A Dbug43492_2.phpt34 function fetch($c, $i) {
43 $cur = fetch($c, $i);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt23 printf("[%03d + 2] fetch for %s failed, [%d] %s\n",
H A Dmysqli_real_connect.phpt190 Warning: mysqli_real_connect(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_get_client_stats.phpt148 // fetch stats
169 // real_data_* get incremented after mysqli_*fetch*()
190 // fetch will increment
540 print "... done with fetch statistics\n";
1287 ... done with fetch statistics
H A Dmysqli_stmt_get_result.phpt216 Warning: mysqli_stmt_fetch(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_fork.phpt168 … printf("[013] Parent cannot fetch row %d\n", $num_rows, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_affected_rows.phpt251 Warning: mysqli_stmt_affected_rows(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_fetch_array_oo.phpt361 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_fetch_all_oo.phpt439 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_fetch_array.phpt373 Warning: mysqli_fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_fetch_all.phpt459 Warning: mysqli_fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_stmt_bind_param.phpt15 fetch the inserted values. This way we test
/PHP-7.4/ext/pdo/tests/
H A Dpdo_018.phpt108 $stmt->fetch(PDO::FETCH_BOUND);
/PHP-7.4/ext/mysqli/
H A Dmysqli_fe.c638 PHP_FALIAS(fetch, mysqli_stmt_fetch, arginfo_mysqli_no_params)
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h255 #define mysqlnd_stmt_fetch(stmt, fetched) (stmt)->m->fetch((stmt), (fetched))
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),
H A Dmysqlnd_structs.h828 func_mysqlnd_stmt__fetch fetch; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.4/docs/
H A Drelease-process.md253 git fetch
260 This is to fetch the last commit id from php-distributions.git and commit
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt115 $row = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_prepare_emulated.phpt97 var_dump($stmt->fetch(PDO::FETCH_ASSOC));
/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).
H A DUPGRADING334 . Added SQLite3::lastExtendedErrorCode() to fetch the last extended result
/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()

Completed in 73 milliseconds

1...<<11121314