pg_numrows 727 ext/pgsql/pgsql.c PHP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_num_rows) pg_numrows 2906 ext/pgsql/pgsql.c int pg_numrows, pg_row; pg_numrows 2927 ext/pgsql/pgsql.c if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { pg_numrows 2931 ext/pgsql/pgsql.c for (pg_row = 0; pg_row < pg_numrows; pg_row++) { pg_numrows 7010 ext/pgsql/pgsql.c int pg_numrows, pg_row; pg_numrows 7014 ext/pgsql/pgsql.c if ((pg_numrows = PQntuples(pg_result)) <= 0) { pg_numrows 7017 ext/pgsql/pgsql.c for (pg_row = 0; pg_row < pg_numrows; pg_row++) {