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
118 function pg_numrows(PgSql\Result $result): int {} function
2054 int pg_numrows, pg_row; in PHP_FUNCTION() local2079 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() local5789 pg_numrows = PQntuples(pg_result); in php_pgsql_result2array()5790 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 38 milliseconds