Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/tests/
H A Dbug60244.phpt16 var_dump(pg_fetch_assoc($result, -1));
21 var_dump(pg_fetch_assoc($result, 0));
32 Warning: pg_fetch_assoc(): The row parameter must be greater or equal to zero in %sbug60244.php on …
H A D80_bug42783.phpt21 var_dump(pg_fetch_assoc(pg_query("SELECT * FROM php_test")));
H A D17result.phpt21 var_dump(pg_fetch_assoc($result, 1));
H A Dbug68638.phpt27 while ($row = pg_fetch_assoc($rs)) {
H A Dpg_update_001.phpt28 while ($row = pg_fetch_assoc($rs)) {
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h108 PHP_FUNCTION(pg_fetch_assoc);
H A Dpgsql.c612 PHP_FE(pg_fetch_assoc, arginfo_pg_fetch_assoc)
2748 PHP_FUNCTION(pg_fetch_assoc) argument

Completed in 52 milliseconds