Searched refs:pg_fetch_row (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | bug60244.phpt | 31 var_dump(pg_fetch_row($result, -1)); 39 var_dump(pg_fetch_row($result, 0)); 48 pg_fetch_row(): Argument #2 ($row) must be greater than or equal to 0
|
H A D | 17result.phpt | 20 var_dump(pg_fetch_row($result, 1));
|
H A D | bug77047.phpt | 28 while (false !== ($row = pg_fetch_row($res))) {
|
H A D | 04async_query.phpt | 37 pg_fetch_row($result, $i);
|
H A D | 23sync_query_params.phpt | 32 pg_fetch_row($result, $i);
|
H A D | 80_bug32223.phpt | 44 $row = pg_fetch_row($res, 0);
|
H A D | 80_bug32223b.phpt | 45 $row = pg_fetch_row($res, 0);
|
H A D | 24sync_query_prepared.phpt | 35 pg_fetch_row($result, $i);
|
H A D | 25async_query_params.phpt | 41 pg_fetch_row($result, $i);
|
H A D | 30nb_async_query_params.phpt | 47 pg_fetch_row($result, $i);
|
H A D | 32nb_async_query.phpt | 48 pg_fetch_row($result, $i);
|
H A D | bug71998.phpt | 70 while (false != ($row = pg_fetch_row($r))) {
|
H A D | 26async_query_prepared.phpt | 55 pg_fetch_row($result, $i);
|
H A D | 31nb_async_query_prepared.phpt | 62 pg_fetch_row($result, $i);
|
H A D | 03sync_query.phpt | 27 pg_fetch_row($result, $i);
|
/PHP-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 92 PHP_FUNCTION(pg_fetch_row);
|
H A D | pgsql_arginfo.h | 479 ZEND_FUNCTION(pg_fetch_row); 581 ZEND_FE(pg_fetch_row, arginfo_pg_fetch_row)
|
H A D | pgsql.stub.php | 180 function pg_fetch_row($result, ?int $row = null, int $mode = PGSQL_NUM): array|false {} function
|
H A D | pgsql.c | 1966 PHP_FUNCTION(pg_fetch_row) in PHP_FUNCTION() argument
|
Completed in 31 milliseconds