Searched refs:pg_row (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.c | 2807 int pg_numrows, pg_row; local 2830 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { 2831 if (PQgetisnull(pgsql_result, pg_row, colno)) { 2834 add_next_index_string(return_value, PQgetvalue(pgsql_result, pg_row, colno), 1); 6550 int pg_numrows, pg_row; local 6557 for (pg_row = 0; pg_row < pg_numrows; pg_row++) { 6560 add_index_zval(ret_array, pg_row, row); 6562 if (PQgetisnull(pg_result, pg_row, i)) { 6566 char *element = PQgetvalue(pg_result, pg_row, i);
|
Completed in 16 milliseconds