Searched refs:pg_fetch_result (Results 1 – 17 of 17) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | bug76548.phpt | 2 Bug #76548 pg_fetch_result did not fetch the next row 13 while ($value = pg_fetch_result($result, 0)) {
|
H A D | bug37100_9.phpt | 22 $res = pg_fetch_result($data,0); 29 $res = pg_fetch_result($data,0);
|
H A D | bug37100.phpt | 23 $res = pg_fetch_result($data,0); 30 $res = pg_fetch_result($data,0);
|
H A D | lcmess.inc | 12 if (pg_fetch_result(pg_query("SHOW LC_MESSAGES"), 0, 0) != $lc_messages) {
|
H A D | 03sync_query.phpt | 31 pg_fetch_result($result, $i, 0); 35 pg_fetch_result($result, 0, -1); 40 pg_fetch_result($result, 0, 3); 45 pg_fetch_result($result, 0, "unknown");
|
H A D | 04async_query.phpt | 41 pg_fetch_result($result, $i, 0);
|
H A D | 23sync_query_params.phpt | 36 pg_fetch_result($result, $i, 0);
|
H A D | 24sync_query_prepared.phpt | 39 pg_fetch_result($result, $i, 0);
|
H A D | 25async_query_params.phpt | 45 pg_fetch_result($result, $i, 0);
|
H A D | 30nb_async_query_params.phpt | 50 pg_fetch_result($result, $i, 0);
|
H A D | 32nb_async_query.phpt | 51 pg_fetch_result($result, $i, 0);
|
H A D | 26async_query_prepared.phpt | 59 pg_fetch_result($result, $i, 0);
|
H A D | 31nb_async_query_prepared.phpt | 65 pg_fetch_result($result, $i, 0);
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql_arginfo.h | 478 ZEND_FUNCTION(pg_fetch_result); 579 ZEND_FE(pg_fetch_result, arginfo_pg_fetch_result) 580 ZEND_DEP_FALIAS(pg_result, pg_fetch_result, arginfo_pg_result)
|
H A D | php_pgsql.h | 91 PHP_FUNCTION(pg_fetch_result);
|
H A D | pgsql.stub.php | 167 function pg_fetch_result($result, $row, string|int $field = UNKNOWN): string|false|null {} function
|
H A D | pgsql.c | 1763 PHP_FUNCTION(pg_fetch_result) in PHP_FUNCTION() argument
|
Completed in 25 milliseconds