Home
last modified time | relevance | path

Searched refs:pg_numrows (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pgsql/tests/
H A D98old_api.phpt18 pg_numrows($result);
48 Deprecated: Function pg_numrows() is deprecated since 8.0, use pg_num_rows() instead in %s on line …
/php-src/ext/pgsql/
H A Dpgsql.stub.php557 function pg_numrows(PgSql\Result $result): int {} function
H A Dpgsql.c2136 int pg_numrows, pg_row; in PHP_FUNCTION() local
2163 if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { in PHP_FUNCTION()
2167 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in PHP_FUNCTION()
6005 int pg_numrows, pg_row; in php_pgsql_result2array() local
6010 pg_numrows = PQntuples(pg_result); in php_pgsql_result2array()
6011 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in php_pgsql_result2array()

Completed in 49 milliseconds