Searched refs:pg_fetch_array (Results 1 – 18 of 18) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | bug60244.phpt | 16 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 D | 80_bug27597.phpt | 2 Bug #27597 (pg_fetch_array not returning false) 25 $a = pg_fetch_array($res, NULL, $type) ;
|
H A D | 80_bug24499.phpt | 34 print_r(pg_fetch_array($q)); 35 print_r(pg_fetch_array($q));
|
H A D | 17result.phpt | 19 var_dump(pg_fetch_array($result, 1));
|
H A D | 04async_query.phpt | 29 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 23sync_query_params.phpt | 24 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 24sync_query_prepared.phpt | 27 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 25async_query_params.phpt | 33 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 30nb_async_query_params.phpt | 41 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 32nb_async_query.phpt | 42 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 26async_query_prepared.phpt | 47 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 31nb_async_query_prepared.phpt | 56 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 08escape.phpt | 54 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
|
H A D | 03sync_query.phpt | 19 pg_fetch_array($result, $i, PGSQL_NUM);
|
/PHP-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 89 PHP_FUNCTION(pg_fetch_array);
|
H A D | pgsql_arginfo.h | 481 ZEND_FUNCTION(pg_fetch_array); 583 ZEND_FE(pg_fetch_array, arginfo_pg_fetch_array)
|
H A D | pgsql.stub.php | 190 function pg_fetch_array($result, ?int $row = null, int $mode = PGSQL_BOTH): array|false {} function
|
H A D | pgsql.c | 1984 PHP_FUNCTION(pg_fetch_array) in PHP_FUNCTION() argument
|
Completed in 39 milliseconds