Home
last modified time | relevance | path

Searched refs:rows (Results 76 – 98 of 98) sorted by relevance

1234

/php-src/ext/mysqli/tests/
H A Dmysqli_commit.phpt45 printf("[12] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_stmt_store_result.phpt53 printf("[014] Unbuffered statement indicates more rows than buffered, [%d] %s\n",
H A Dmysqli_multi_query.phpt90 printf("[018 - %d] Expecting 1 row, got %d rows\n", $num_rows);
H A Dmysqli_commit_oo.phpt61 printf("[010] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_fork.phpt153 /* client has started fetching rows */
158 printf("[011] Child has fetched more than three rows!\n");
H A Dmysqli_stmt_affected_rows.phpt57 /* an error occurred: affected rows should return -1 */
159 …/* PS are unbuffered, num_rows cannot determine the row count before all rows have been fetched an…
H A Dmysqli_insert_id.phpt77 return the AUTO_INCREMENT key from the first of the inserted rows. This allows
H A Dmysqli_get_client_stats.phpt554 $rows = 0;
556 $rows++;
558 if (0 == $rows)
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt34 /* affected rows related */
H A Dpdo_mysql_stmt_closecursor.phpt38 // fetch only the first rows and let closeCursor() clean up
65 // fetch only the first rows and let closeCursor() clean up
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst68 :header-rows: 1
109 :header-rows: 1
132 :header-rows: 1
H A Dreference-counting.rst76 :header-rows: 1
104 :header-rows: 1
H A Dzval.rst136 :header-rows: 1
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql_arginfo.h10 ZEND_ARG_TYPE_INFO(0, rows, IS_ARRAY, 0)
/php-src/ext/gd/libgd/
H A Dgdft.c650 for (row = 0; row < bitmap.rows; row++) {
713 for (row = 0; row < bitmap.rows; row++) {
/php-src/ext/pgsql/
H A Dpgsql.stub.php852 …function pg_copy_from(PgSql\Connection $connection, string $table_name, array $rows, string $separ… argument
H A Dpgsql_arginfo.h321 ZEND_ARG_TYPE_INFO(0, rows, IS_ARRAY, 0)
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt49 * They are mapped in 22 ku (or 'rows') above the places where they are mapped
/php-src/ext/odbc/
H A Dphp_odbc.c2436 SQLLEN rows;
2446 SQLRowCount(result->stmt, &rows);
2447 RETURN_LONG(rows);
/php-src/build/
H A Dgen_stub.php1906 array $rows argument
1927 foreach ($rows as $row) {
1971 $rows = [[
1980 /* rows: */ $rows
/php-src/
H A DUPGRADING566 max N rows.
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26016 # skip some Netwfw*.dat and $I3KREPH.dat by checking for non zero number of rows
26065 # mrows; number of rows in the matrix like: 1 3 8
26066 >4 ubelong x \b, rows %u
38800 # number of rows (nickname or alias items) in file
H A Dmagic26016 # skip some Netwfw*.dat and $I3KREPH.dat by checking for non zero number of rows
26065 # mrows; number of rows in the matrix like: 1 3 8
26066 >4 ubelong x \b, rows %u
38800 # number of rows (nickname or alias items) in file

Completed in 291 milliseconds

1234