Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/tests/
H A D98old_api.phpt12 pg_numrows($result);
33 Deprecated: Function pg_numrows() is deprecated in %s on line %d
/PHP-8.0/ext/pgsql/
H A Dpgsql.stub.php92 function pg_numrows($result): int {} function
H A Dpgsql.c2033 int pg_numrows, pg_row; in PHP_FUNCTION() local
2059 if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { in PHP_FUNCTION()
2063 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in PHP_FUNCTION()
5801 int pg_numrows, pg_row; in php_pgsql_result2array() local
5805 pg_numrows = PQntuples(pg_result); in php_pgsql_result2array()
5806 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in php_pgsql_result2array()
H A Dpgsql_arginfo.h563 ZEND_DEP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_numrows)

Completed in 36 milliseconds