Home
last modified time | relevance | path

Searched refs:row (Results 326 – 347 of 347) sorted by relevance

1...<<11121314

/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt25 // INSERT a single row
H A Dpdo_mysql_stmt_unbuffered_2050.phpt40 fetch all data from the row before sending new data to the server.
/PHP-5.6/ext/pgsql/
H A Dphp_pgsql.h291 int row; member
/PHP-5.6/ext/oci8/tests/
H A Dnum.phpt94 // One row
H A Drefcur_prefetch_1.phpt75 // This function sets the prefetch count to the given $value and fetches one row .
H A Ddbmsoutput.phpt30 pipe row (line);
95 while ($row = oci_fetch_array($s, OCI_NUM)) {
96 $res[] = $row[0];
H A Dimp_res_7.phpt586 while (($row = oci_fetch_row($s)) != false) {
587 foreach ($row as $item) {
H A Dbug43492.phpt53 ocifetchinto($cur, $row, OCI_NUM);
54 echo "$row[0] ";
H A Dbug43492_2.phpt45 ocifetchinto($cur, $row, OCI_NUM);
46 echo "$row[0] ";
H A Dimp_res_3.phpt65 while (($row = oci_fetch_array($s, OCI_NUM+OCI_RETURN_NULLS)) != false) {
66 foreach ($row as $item) {
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt82 while ($row = mysqli_fetch_assoc($res)) {
83 $bind_res = &$row['label'];
H A Dmysqli_get_client_stats.phpt180 if (!$row = mysqli_fetch_assoc($res))
199 $num_rows = $row['_num'];
254 while ($row = mysqli_fetch_assoc($res))
281 $row = mysqli_fetch_assoc($res);
303 /* last row has been implicitly cleaned from the wire by freeing the result set */
562 while ($row = mysqli_fetch_assoc($res))
885 while ($row = mysqli_fetch_assoc($res))
902 while ($row = mysqli_fetch_assoc($res))
H A Dmysqli_debug_mysqlnd_control_string.phpt46 while ($row = mysqli_fetch_assoc($res))
H A Dmysqli_stmt_affected_rows.phpt168 …/* PS are unbuffered, num_rows cannot determine the row count before all rows have been fetched an…
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_structs.h642 …nc_status (*func_mysqlnd_res__seek_data)(MYSQLND_RES * const result, const uint64_t row TSRMLS_DC);
719 …lnd_result_buffered__data_seek)(MYSQLND_RES_BUFFERED * const result, const uint64_t row TSRMLS_DC);
764 …nc_status (*func_mysqlnd_stmt__seek_data)(const MYSQLND_STMT * const stmt, uint64_t row TSRMLS_DC);
H A Dmysqlnd_ps.c1762 MYSQLND_METHOD(mysqlnd_stmt, data_seek)(const MYSQLND_STMT * const s, uint64_t row TSRMLS_DC) in MYSQLND_METHOD()
1765 return stmt && stmt->result? stmt->result->m.seek_data(stmt->result, row TSRMLS_CC) : FAIL; in MYSQLND_METHOD()
/PHP-5.6/ext/mysql/tests/
H A Dmysql_fetch_field.phpt98 /* Strict SQL mode - 1366, Incorrect integer value: 'true' for column 'label' at row 1 */
/PHP-5.6/
H A DREADME.EXT_SKEL82 arguments. You should close a row of optional arguments with same amount of
H A DUPGRADING365 - Multi-row OCI_RETURN_LOB queries require fewer "round trips" to the database.
H A DNEWS2262 . Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)
3998 . Fixed bug #57702 (Multi-row BLOB fetches). (hswong3i, Laruence)
5561 . Fixed bug #60244 (pg_fetch_* functions do not validate that row param
7223 - Fixed bug #48057 (Only the date fields of the first row are fetched, others
7986 - Fixed bug #47845 (PDO_Firebird omits first row from query). (Lars W)
10807 when row number > field_count). (Georg)
/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c990 …signed int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribType *c… in _gdScaleRow() argument
992 int *p_src_row = pSrc->tpixels[row]; in _gdScaleRow()
993 int *p_dst_row = dst->tpixels[row]; in _gdScaleRow()
1046 int *row = pRes->tpixels[y]; in _gdScaleCol() local
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic1454 # row- or column-order recalculation; the A or M means automatic or manual

Completed in 167 milliseconds

1...<<11121314