Searched refs:pg_numrows (Results 1 – 4 of 4) sorted by relevance
14 pg_numrows($result);35 Deprecated: Function pg_numrows() is deprecated in %s on line %d
499 function pg_numrows(PgSql\Result $result): int {} function
1960 int pg_numrows, pg_row; in PHP_FUNCTION() local1985 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() local5695 pg_numrows = PQntuples(pg_result); in php_pgsql_result2array()5696 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { in php_pgsql_result2array()
565 ZEND_DEP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_numrows)
Completed in 20 milliseconds