Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fork.phpt154 /* client has started fetching rows */
159 printf("[011] Child has fetched more than three rows!\n");
H A Dmysqli_stmt_affected_rows.phpt66 /* an error occurred: affected rows should return -1 */
168 …/* PS are unbuffered, num_rows cannot determine the row count before all rows have been fetched an…
H A Dmysqli_multi_query.phpt132 printf("[018 - %d] Expecting 1 row, got %d rows\n", $num_rows);
H A Dmysqli_insert_id.phpt88 return the AUTO_INCREMENT key from the first of the inserted rows. This allows
H A Dmysqli_get_client_stats.phpt561 $rows = 0;
563 $rows++;
565 if (0 == $rows)
/PHP-5.5/ext/mysql/tests/
H A Dmysql_unbuffered_query.phpt119 Notice: mysql_close(): Function called without first fetching all rows from a previous unbuffered q…
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt43 // Insert 500 rows into the table.
/PHP-5.5/ext/exif/
H A Dtest.txt266 $rows = 1
270 …if ( !$fast_output) echo "<tr><td rowspan='$rows' valign='top'>$num</td><th colspan='2'>$file</th>…
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c606 for (row = 0; row < bitmap.rows; row++) {
661 for (row = 0; row < bitmap.rows; row++) {
/PHP-5.5/ext/pgsql/
H A DREADME148 nt pg_copy_from(int connection_id, string table_name, array rows
H A Dpgsql.c410 ZEND_ARG_INFO(0, rows)
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2749 SQLLEN rows; in PHP_FUNCTION() local
2756 SQLRowCount(result->stmt, &rows); in PHP_FUNCTION()
2757 RETURN_LONG(rows); in PHP_FUNCTION()
/PHP-5.5/
H A Dphp.ini-development1270 ; rows that will be fetched automatically after statement execution.
H A Dphp.ini-production1270 ; rows that will be fetched automatically after statement execution.
H A DNEWS3695 rows on postgresql >= 9). (ben dot pineau at gmail dot com)
4421 . Fixed buggy counting of affected rows when using the text protocol. The
4510 all of the rows have been fetched). (Scott)
6362 - Fixed bug #48313 (fgetcsv() does not return null for empty rows). (Ilia)
8817 - Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rows
9026 - Fixed bug #35391 (pdo_mysql::exec does not return number of affected rows).

Completed in 121 milliseconds

1234