Home
last modified time | relevance | path

Searched refs:pg_fetch_row (Results 1 – 18 of 18) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A Dbug60244.phpt33 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 D17result.phpt22 var_dump(pg_fetch_row($result, 1));
H A Dbug77047.phpt30 while (false !== ($row = pg_fetch_row($res))) {
H A D04async_query.phpt39 pg_fetch_row($result, $i);
H A D23sync_query_params.phpt34 pg_fetch_row($result, $i);
H A D80_bug32223b.phpt47 $row = pg_fetch_row($res, 0);
H A D80_bug32223.phpt46 $row = pg_fetch_row($res, 0);
H A D24sync_query_prepared.phpt37 pg_fetch_row($result, $i);
H A D25async_query_params.phpt43 pg_fetch_row($result, $i);
H A D32nb_async_query.phpt50 pg_fetch_row($result, $i);
H A D30nb_async_query_params.phpt49 pg_fetch_row($result, $i);
H A Dbug71998.phpt72 while (false != ($row = pg_fetch_row($r))) {
H A D26async_query_prepared.phpt57 pg_fetch_row($result, $i);
H A D31nb_async_query_prepared.phpt64 pg_fetch_row($result, $i);
H A D03sync_query.phpt29 pg_fetch_row($result, $i);
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h481 ZEND_FUNCTION(pg_fetch_row);
583 ZEND_FE(pg_fetch_row, arginfo_pg_fetch_row)
H A Dpgsql.stub.php193 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false … function
H A Dpgsql.c1988 PHP_FUNCTION(pg_fetch_row) in PHP_FUNCTION() argument

Completed in 50 milliseconds