Searched refs:pg_fetch_result (Results 1 – 19 of 19) sorted by relevance
/PHP-8.4/ext/pgsql/tests/ |
H A D | gh13354.phpt | 24 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 D | bug37100.phpt | 24 $res = pg_fetch_result($data,0); 31 $res = pg_fetch_result($data,0); 47 Deprecated: Calling pg_fetch_result() with 2 arguments is deprecated, use the 3-parameter signature… 51 Deprecated: Calling pg_fetch_result() with 2 arguments is deprecated, use the 3-parameter signature…
|
H A D | bug76548.phpt | 2 Bug #76548 pg_fetch_result did not fetch the next row 15 while ($value = pg_fetch_result($result, null, 0)) {
|
H A D | bug37100_9.phpt | 23 $res = pg_fetch_result($data, null, 0); 30 $res = pg_fetch_result($data, null, 0);
|
H A D | 03sync_query.phpt | 36 pg_fetch_result($result, $i, 0); 40 pg_fetch_result($result, 0, -1); 45 pg_fetch_result($result, 0, 3); 50 pg_fetch_result($result, 0, "unknown");
|
H A D | 98old_api.phpt | 70 Deprecated: Function pg_result() is deprecated since 8.0, use pg_fetch_result() instead in %s on li… 72 Deprecated: Function pg_result() is deprecated since 8.0, use pg_fetch_result() instead in %s on li…
|
H A D | 23sync_query_params.phpt | 38 pg_fetch_result($result, $i, 0);
|
H A D | 24sync_query_prepared.phpt | 41 pg_fetch_result($result, $i, 0);
|
H A D | 25async_query_params.phpt | 47 pg_fetch_result($result, $i, 0);
|
H A D | 30nb_async_query_params.phpt | 48 pg_fetch_result($result, $i, 0);
|
H A D | 32nb_async_query.phpt | 49 pg_fetch_result($result, $i, 0);
|
H A D | 04async_query.phpt | 46 pg_fetch_result($result, $i, 0);
|
H A D | 26async_query_prepared.phpt | 61 pg_fetch_result($result, $i, 0);
|
H A D | 31nb_async_query_prepared.phpt | 63 pg_fetch_result($result, $i, 0);
|
/PHP-8.4/ext/pgsql/tests/inc/ |
H A D | lcmess.inc | 12 if (pg_fetch_result(pg_query($conn, "SHOW LC_MESSAGES"), 0, 0) != $lc_messages) {
|
/PHP-8.4/ext/pgsql/ |
H A D | pgsql.stub.php | 619 …function pg_fetch_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|nu… function
|
H A D | pgsql_arginfo.h | 526 ZEND_FUNCTION(pg_fetch_result); 640 ZEND_FE(pg_fetch_result, arginfo_pg_fetch_result)
|
H A D | pgsql.c | 1873 PHP_FUNCTION(pg_fetch_result) in PHP_FUNCTION() argument
|
/PHP-8.4/ |
H A D | UPGRADING | 553 . Calling pg_fetch_result() with 2 arguments is deprecated. Use the
|
Completed in 46 milliseconds