Home
last modified time | relevance | path

Searched refs:pg_fetch_array (Results 1 – 17 of 17) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A Dbug60244.phpt18 var_dump(pg_fetch_array($result, -1));
38 var_dump(pg_fetch_array($result, 0));
47 pg_fetch_array(): Argument #2 ($row) must be greater than or equal to 0
H A D80_bug27597.phpt2 Bug #27597 (pg_fetch_array not returning false)
27 $a = pg_fetch_array($res, NULL, $type) ;
H A D80_bug24499.phpt36 print_r(pg_fetch_array($q));
37 print_r(pg_fetch_array($q));
H A D17result.phpt21 var_dump(pg_fetch_array($result, 1));
H A D04async_query.phpt31 pg_fetch_array($result, $i, PGSQL_NUM);
H A D23sync_query_params.phpt26 pg_fetch_array($result, $i, PGSQL_NUM);
H A D24sync_query_prepared.phpt29 pg_fetch_array($result, $i, PGSQL_NUM);
H A D25async_query_params.phpt35 pg_fetch_array($result, $i, PGSQL_NUM);
H A D32nb_async_query.phpt44 pg_fetch_array($result, $i, PGSQL_NUM);
H A D30nb_async_query_params.phpt43 pg_fetch_array($result, $i, PGSQL_NUM);
H A D26async_query_prepared.phpt49 pg_fetch_array($result, $i, PGSQL_NUM);
H A D31nb_async_query_prepared.phpt58 pg_fetch_array($result, $i, PGSQL_NUM);
H A D08escape.phpt56 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
H A D03sync_query.phpt21 pg_fetch_array($result, $i, PGSQL_NUM);
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h483 ZEND_FUNCTION(pg_fetch_array);
585 ZEND_FE(pg_fetch_array, arginfo_pg_fetch_array)
H A Dpgsql.stub.php205 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal… function
H A Dpgsql.c2006 PHP_FUNCTION(pg_fetch_array) in PHP_FUNCTION() argument

Completed in 35 milliseconds