Home
last modified time | relevance | path

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

1...<<11121314

/PHP-7.4/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-7.4/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))
873 while ($row = mysqli_fetch_assoc($res))
890 while ($row = mysqli_fetch_assoc($res))
H A Dmysqli_stmt_get_result_types.phpt80 while ($row = mysqli_fetch_assoc($res)) {
81 $bind_res = &$row['label'];
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-7.4/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-7.4/ext/pgsql/
H A Dphp_pgsql.h290 int row; member
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc257 $this->error("Invalid header row (no colon): $headerRow");
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1505 zval row; in PHP_FUNCTION() local
1507 array_init_size(&row, statement->ncolumns); in PHP_FUNCTION()
1513 zend_hash_next_index_insert(Z_ARRVAL(row), &element); in PHP_FUNCTION()
1517 zend_symtable_update(Z_ARRVAL(row), zvtmp, &element); in PHP_FUNCTION()
1526 zend_hash_next_index_insert(Z_ARRVAL_P(array), &row); in PHP_FUNCTION()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c316 zend_long row; member
358 ZVAL_LONG(&zargs[1], ++agg_context->row); in do_callback()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h655 …ef enum_func_status (*func_mysqlnd_res__seek_data)(MYSQLND_RES * const result, const uint64_t row);
732 …*func_mysqlnd_result_buffered__data_seek)(MYSQLND_RES_BUFFERED * const result, const uint64_t row);
778 …ef enum_func_status (*func_mysqlnd_stmt__seek_data)(const MYSQLND_STMT * const stmt, uint64_t row);
H A Dmysqlnd_ps.c1721 MYSQLND_METHOD(mysqlnd_stmt, data_seek)(const MYSQLND_STMT * const s, uint64_t row) in MYSQLND_METHOD()
1724 return stmt && stmt->result? stmt->result->m.seek_data(stmt->result, row) : FAIL; in MYSQLND_METHOD()
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c933 …signed int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribType *c… in _gdScaleRow() argument
935 int *p_src_row = pSrc->tpixels[row]; in _gdScaleRow()
936 int *p_dst_row = dst->tpixels[row]; in _gdScaleRow()
/PHP-7.4/
H A DNEWS1529 . Fixed bug #78213 (Empty row pocket). (cmb)
1890 . Fixed bug #78213 (Empty row pocket). (cmb)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1930 # row- or column-order recalculation; the A or M means automatic or manual
21176 # active cellcoord range (start row, page,column ; end row, page, column)
21273 # cell range (start column, row, end column, row) start values normally 0,0~A1 cell
H A Dmagic1930 # row- or column-order recalculation; the A or M means automatic or manual
21176 # active cellcoord range (start row, page,column ; end row, page, column)
21273 # cell range (start column, row, end column, row) start values normally 0,0~A1 cell

Completed in 184 milliseconds

1...<<11121314