Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/pgsql/
H A Dpgsql.stub.php118 function pg_numrows(PgSql\Result $result): int {} function
H A Dpgsql.c2054 int pg_numrows, pg_row; in PHP_FUNCTION() local
2079 if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { in PHP_FUNCTION()
2083 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in PHP_FUNCTION()
5784 int pg_numrows, pg_row; in php_pgsql_result2array() local
5789 pg_numrows = PQntuples(pg_result); in php_pgsql_result2array()
5790 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 25 milliseconds