Searched refs:pg_fetch_row (Results 1 – 18 of 18) sorted by relevance
/php-src/ext/pgsql/tests/ |
H A D | bug60244.phpt | 33 var_dump(pg_fetch_row($result, -1)); 41 var_dump(pg_fetch_row($result, 0)); 50 pg_fetch_row(): Argument #2 ($row) must be greater than or equal to 0
|
H A D | 80_bug32223.phpt | 46 $row = pg_fetch_row($res, 0);
|
H A D | bug77047.phpt | 38 while (false !== ($row = pg_fetch_row($res))) {
|
H A D | 80_bug32223b.phpt | 47 $row = pg_fetch_row($res, 0);
|
H A D | 17result.phpt | 26 var_dump(pg_fetch_row($result, 1));
|
H A D | 23sync_query_params.phpt | 34 pg_fetch_row($result, $i);
|
H A D | 24sync_query_prepared.phpt | 37 pg_fetch_row($result, $i);
|
H A D | 25async_query_params.phpt | 43 pg_fetch_row($result, $i);
|
H A D | 32nb_async_query.phpt | 46 pg_fetch_row($result, $i);
|
H A D | 30nb_async_query_params.phpt | 45 pg_fetch_row($result, $i);
|
H A D | 04async_query.phpt | 42 pg_fetch_row($result, $i);
|
H A D | 26async_query_prepared.phpt | 57 pg_fetch_row($result, $i);
|
H A D | bug71998.phpt | 79 while (false != ($row = pg_fetch_row($r))) {
|
H A D | 31nb_async_query_prepared.phpt | 60 pg_fetch_row($result, $i);
|
H A D | 03sync_query.phpt | 32 pg_fetch_row($result, $i);
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 632 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false … function
|
H A D | pgsql_arginfo.h | 534 ZEND_FUNCTION(pg_fetch_row); 652 ZEND_FE(pg_fetch_row, arginfo_pg_fetch_row)
|
H A D | pgsql.c | 2068 PHP_FUNCTION(pg_fetch_row) in PHP_FUNCTION() argument
|
Completed in 34 milliseconds