pg_numrows 726 ext/pgsql/pgsql.c PHP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_num_rows) pg_numrows 2907 ext/pgsql/pgsql.c int pg_numrows, pg_row; pg_numrows 2926 ext/pgsql/pgsql.c if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { pg_numrows 2930 ext/pgsql/pgsql.c for (pg_row = 0; pg_row < pg_numrows; pg_row++) { pg_numrows 7020 ext/pgsql/pgsql.c int pg_numrows, pg_row; pg_numrows 7024 ext/pgsql/pgsql.c if ((pg_numrows = PQntuples(pg_result)) <= 0) { pg_numrows 7027 ext/pgsql/pgsql.c for (pg_row = 0; pg_row < pg_numrows; pg_row++) {