Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/tests/
H A D98old_api.phpt14 pg_numrows($result);
35 Deprecated: Function pg_numrows() is deprecated in %s on line %d
/PHP-8.2/ext/pgsql/
H A Dpgsql.stub.php499 function pg_numrows(PgSql\Result $result): int {} function
H A Dpgsql.c1960 int pg_numrows, pg_row; in PHP_FUNCTION() local
1985 if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { in PHP_FUNCTION()
1989 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in PHP_FUNCTION()
5690 int pg_numrows, pg_row; in php_pgsql_result2array() local
5695 pg_numrows = PQntuples(pg_result); in php_pgsql_result2array()
5696 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in php_pgsql_result2array()
H A Dpgsql_arginfo.h565 ZEND_DEP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_numrows)

Completed in 20 milliseconds