Home
last modified time | relevance | path

Searched refs:pg_fetch_assoc (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/pgsql/tests/
H A Dbug60244.phpt23 var_dump(pg_fetch_assoc($result, -1));
39 var_dump(pg_fetch_assoc($result, 0));
48 pg_fetch_assoc(): Argument #2 ($row) must be greater than or equal to 0
H A D80_bug42783.phpt24 var_dump(pg_fetch_assoc(pg_query($dbh, "SELECT * FROM {$table_name}")));
H A Dbug72028.phpt33 while (false !== ($i = pg_fetch_assoc($r))) {
H A D17result.phpt27 var_dump(pg_fetch_assoc($result, 1));
H A Dbug68638.phpt29 while ($row = pg_fetch_assoc($rs)) {
H A Dpg_update_001.phpt32 while ($row = pg_fetch_assoc($rs)) {
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h491 ZEND_FUNCTION(pg_fetch_assoc);
597 ZEND_FE(pg_fetch_assoc, arginfo_pg_fetch_assoc)
H A Dpgsql.stub.php627 function pg_fetch_assoc(PgSql\Result $result, ?int $row = null): array|false {} function
H A Dpgsql.c1896 PHP_FUNCTION(pg_fetch_assoc) in PHP_FUNCTION() argument

Completed in 46 milliseconds