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 in %s on line %d
/php-src/ext/pgsql/
H A Dpgsql.stub.php546 function pg_numrows(PgSql\Result $result): int {} function
H A Dpgsql.c1955 int pg_numrows, pg_row; in PHP_FUNCTION() local
1980 if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { in PHP_FUNCTION()
1984 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in PHP_FUNCTION()
5763 int pg_numrows, pg_row; in php_pgsql_result2array() local
5768 pg_numrows = PQntuples(pg_result); in php_pgsql_result2array()
5769 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in php_pgsql_result2array()

Completed in 31 milliseconds