Home
last modified time | relevance | path

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

/php-src/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.phpt25 var_dump(pg_fetch_array($result, 1));
H A D23sync_query_params.phpt27 pg_fetch_array($result, $i, PGSQL_NUM);
H A D24sync_query_prepared.phpt30 pg_fetch_array($result, $i, PGSQL_NUM);
H A D25async_query_params.phpt36 pg_fetch_array($result, $i, PGSQL_NUM);
H A D32nb_async_query.phpt41 pg_fetch_array($result, $i, PGSQL_NUM);
H A D30nb_async_query_params.phpt40 pg_fetch_array($result, $i, PGSQL_NUM);
H A D04async_query.phpt34 pg_fetch_array($result, $i, PGSQL_NUM);
H A D26async_query_prepared.phpt50 pg_fetch_array($result, $i, PGSQL_NUM);
H A D08escape.phpt59 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
H A D31nb_async_query_prepared.phpt55 pg_fetch_array($result, $i, PGSQL_NUM);
H A D03sync_query.phpt24 pg_fetch_array($result, $i, PGSQL_NUM);
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h492 ZEND_FUNCTION(pg_fetch_array);
598 ZEND_FE(pg_fetch_array, arginfo_pg_fetch_array)
H A Dpgsql.stub.php633 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal… function
H A Dpgsql.c1907 PHP_FUNCTION(pg_fetch_array) in PHP_FUNCTION() argument

Completed in 35 milliseconds