Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/tests/
H A Dbug60244.phpt31 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 D17result.phpt20 var_dump(pg_fetch_row($result, 1));
H A Dbug77047.phpt28 while (false !== ($row = pg_fetch_row($res))) {
H A D04async_query.phpt37 pg_fetch_row($result, $i);
H A D23sync_query_params.phpt32 pg_fetch_row($result, $i);
H A D80_bug32223.phpt44 $row = pg_fetch_row($res, 0);
H A D80_bug32223b.phpt45 $row = pg_fetch_row($res, 0);
H A D24sync_query_prepared.phpt35 pg_fetch_row($result, $i);
H A D25async_query_params.phpt41 pg_fetch_row($result, $i);
H A D30nb_async_query_params.phpt47 pg_fetch_row($result, $i);
H A D32nb_async_query.phpt48 pg_fetch_row($result, $i);
H A Dbug71998.phpt70 while (false != ($row = pg_fetch_row($r))) {
H A D26async_query_prepared.phpt55 pg_fetch_row($result, $i);
H A D31nb_async_query_prepared.phpt62 pg_fetch_row($result, $i);
H A D03sync_query.phpt27 pg_fetch_row($result, $i);
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h92 PHP_FUNCTION(pg_fetch_row);
H A Dpgsql_arginfo.h479 ZEND_FUNCTION(pg_fetch_row);
581 ZEND_FE(pg_fetch_row, arginfo_pg_fetch_row)
H A Dpgsql.stub.php180 function pg_fetch_row($result, ?int $row = null, int $mode = PGSQL_NUM): array|false {} function
H A Dpgsql.c1966 PHP_FUNCTION(pg_fetch_row) in PHP_FUNCTION() argument

Completed in 30 milliseconds