Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/tests/
H A Dbug60244.phpt16 var_dump(pg_fetch_array($result, -1));
36 var_dump(pg_fetch_array($result, 0));
45 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)
25 $a = pg_fetch_array($res, NULL, $type) ;
H A D80_bug24499.phpt34 print_r(pg_fetch_array($q));
35 print_r(pg_fetch_array($q));
H A D17result.phpt19 var_dump(pg_fetch_array($result, 1));
H A D04async_query.phpt29 pg_fetch_array($result, $i, PGSQL_NUM);
H A D23sync_query_params.phpt24 pg_fetch_array($result, $i, PGSQL_NUM);
H A D24sync_query_prepared.phpt27 pg_fetch_array($result, $i, PGSQL_NUM);
H A D25async_query_params.phpt33 pg_fetch_array($result, $i, PGSQL_NUM);
H A D30nb_async_query_params.phpt41 pg_fetch_array($result, $i, PGSQL_NUM);
H A D32nb_async_query.phpt42 pg_fetch_array($result, $i, PGSQL_NUM);
H A D26async_query_prepared.phpt47 pg_fetch_array($result, $i, PGSQL_NUM);
H A D31nb_async_query_prepared.phpt56 pg_fetch_array($result, $i, PGSQL_NUM);
H A D08escape.phpt54 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
H A D03sync_query.phpt19 pg_fetch_array($result, $i, PGSQL_NUM);
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h89 PHP_FUNCTION(pg_fetch_array);
H A Dpgsql_arginfo.h481 ZEND_FUNCTION(pg_fetch_array);
583 ZEND_FE(pg_fetch_array, arginfo_pg_fetch_array)
H A Dpgsql.stub.php190 function pg_fetch_array($result, ?int $row = null, int $mode = PGSQL_BOTH): array|false {} function
H A Dpgsql.c1984 PHP_FUNCTION(pg_fetch_array) in PHP_FUNCTION() argument

Completed in 55 milliseconds