Searched refs:pg_fetch_array (Results 1 – 17 of 17) sorted by relevance
/php-src/ext/pgsql/tests/ |
H A D | bug60244.phpt | 18 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 D | 80_bug27597.phpt | 2 Bug #27597 (pg_fetch_array not returning false) 27 $a = pg_fetch_array($res, NULL, $type) ;
|
H A D | 80_bug24499.phpt | 36 print_r(pg_fetch_array($q)); 37 print_r(pg_fetch_array($q));
|
H A D | 17result.phpt | 25 var_dump(pg_fetch_array($result, 1));
|
H A D | 23sync_query_params.phpt | 26 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 24sync_query_prepared.phpt | 29 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 25async_query_params.phpt | 35 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 32nb_async_query.phpt | 40 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 30nb_async_query_params.phpt | 39 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 04async_query.phpt | 34 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 26async_query_prepared.phpt | 49 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 08escape.phpt | 59 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
|
H A D | 31nb_async_query_prepared.phpt | 54 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 03sync_query.phpt | 24 pg_fetch_array($result, $i, PGSQL_NUM);
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 644 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal… function
|
H A D | pgsql_arginfo.h | 536 ZEND_FUNCTION(pg_fetch_array); 654 ZEND_FE(pg_fetch_array, arginfo_pg_fetch_array)
|
H A D | pgsql.c | 2086 PHP_FUNCTION(pg_fetch_array) in PHP_FUNCTION() argument
|
Completed in 37 milliseconds