Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/tests/
H A Dgh13354.phpt24 echo "pg_execute, null value: " . pg_fetch_result($res, 0, 0) . "\n";
28 echo "pg_execute, null value by reference: " . pg_fetch_result($res, 0, 0) . "\n";
34 echo "pg_query_params, null value: " . pg_fetch_result($res, 0, 0) . "\n";
38 echo "pg_query_params, null value by reference: " . pg_fetch_result($res, 0, 0) . "\n";
46 echo "pg_send_query_params, null value: " . pg_fetch_result($res, 0, 0) . "\n";
52 echo "pg_send_query_params, null value by reference: " . pg_fetch_result($res, 0, 0) . "\n";
60 echo "pg_send_execute, null value: " . pg_fetch_result($res, 0, 0) . "\n";
66 echo "pg_send_execute, null value by reference: " . pg_fetch_result($res, 0, 0) . "\n";
H A Dbug76548.phpt2 Bug #76548 pg_fetch_result did not fetch the next row
15 while ($value = pg_fetch_result($result, 0)) {
H A Dbug37100.phpt25 $res = pg_fetch_result($data,0);
32 $res = pg_fetch_result($data,0);
H A Dbug37100_9.phpt24 $res = pg_fetch_result($data, null, 0);
31 $res = pg_fetch_result($data, null, 0);
H A D03sync_query.phpt33 pg_fetch_result($result, $i, 0);
37 pg_fetch_result($result, 0, -1);
42 pg_fetch_result($result, 0, 3);
47 pg_fetch_result($result, 0, "unknown");
H A Dlcmess.inc12 if (pg_fetch_result(pg_query($conn, "SHOW LC_MESSAGES"), 0, 0) != $lc_messages) {
H A D23sync_query_params.phpt38 pg_fetch_result($result, $i, 0);
H A D04async_query.phpt43 pg_fetch_result($result, $i, 0);
H A D24sync_query_prepared.phpt41 pg_fetch_result($result, $i, 0);
H A D25async_query_params.phpt47 pg_fetch_result($result, $i, 0);
H A D30nb_async_query_params.phpt52 pg_fetch_result($result, $i, 0);
H A D32nb_async_query.phpt53 pg_fetch_result($result, $i, 0);
H A D26async_query_prepared.phpt61 pg_fetch_result($result, $i, 0);
H A D31nb_async_query_prepared.phpt67 pg_fetch_result($result, $i, 0);
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h490 ZEND_FUNCTION(pg_fetch_result);
596 ZEND_FE(pg_fetch_result, arginfo_pg_fetch_result)
597 ZEND_DEP_FALIAS(pg_result, pg_fetch_result, arginfo_pg_result)
H A Dpgsql.stub.php608 …function pg_fetch_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|nu… function
H A Dpgsql.c1698 PHP_FUNCTION(pg_fetch_result) in PHP_FUNCTION() argument
/PHP-8.3/
H A DUPGRADING341 . The $row param of pg_fetch_result(), pg_field_prtlen() and

Completed in 38 milliseconds