Home
last modified time | relevance | path

Searched refs:row (Results 301 – 315 of 315) sorted by relevance

1...<<111213

/PHP-5.5/ext/mysqli/tests/
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.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt40 fetch all data from the row before sending new data to the server.
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt68 // 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 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] ";
/PHP-5.5/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.5/ext/mysqlnd/
H A Dmysqlnd_structs.h623 typedef enum_func_status (*func_mysqlnd_res__seek_data)(MYSQLND_RES * result, uint64_t row TSRMLS_D…
722 …nc_status (*func_mysqlnd_stmt__seek_data)(const MYSQLND_STMT * const stmt, uint64_t row TSRMLS_DC);
H A Dmysqlnd_ps.c1735 MYSQLND_METHOD(mysqlnd_stmt, data_seek)(const MYSQLND_STMT * const s, uint64_t row TSRMLS_DC) in MYSQLND_METHOD()
1738 return stmt && stmt->result? stmt->result->m.seek_data(stmt->result, row TSRMLS_CC) : FAIL; in MYSQLND_METHOD()
/PHP-5.5/
H A DREADME.EXT_SKEL82 arguments. You should close a row of optional arguments with same amount of
H A DNEWS2420 . Fixed bug #57702 (Multi-row BLOB fetches). (hswong3i, Laruence)
3983 . Fixed bug #60244 (pg_fetch_* functions do not validate that row param
5645 - Fixed bug #48057 (Only the date fields of the first row are fetched, others
6408 - Fixed bug #47845 (PDO_Firebird omits first row from query). (Lars W)
9229 when row number > field_count). (Georg)
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c991 …signed int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribType *c… in _gdScaleRow() argument
993 int *p_src_row = pSrc->tpixels[row]; in _gdScaleRow()
994 int *p_dst_row = dst->tpixels[row]; in _gdScaleRow()
1047 int *row = pRes->tpixels[y]; in _gdScaleCol() local
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1354 # row- or column-order recalculation; the A or M means automatic or manual

Completed in 119 milliseconds

1...<<111213