Home
last modified time | relevance | path

Searched refs:pg_fetch_row (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A Dbug60244.phpt18 var_dump(pg_fetch_row($result, -1));
23 var_dump(pg_fetch_row($result, 0));
38 Warning: pg_fetch_row(): The row parameter must be greater or equal to zero in %sbug60244.php on li…
H A D17result.phpt20 var_dump(pg_fetch_row($result, 1));
H A D04async_query.phpt37 pg_fetch_row($result, $i);
H A D23sync_query_params.phpt32 pg_fetch_row($result, $i);
H A D80_bug32223.phpt44 $row = pg_fetch_row($res, 0);
H A D80_bug32223b.phpt45 $row = pg_fetch_row($res, 0);
H A D24sync_query_prepared.phpt35 pg_fetch_row($result, $i);
H A D03sync_query.phpt27 pg_fetch_row($result, $i);
H A D25async_query_params.phpt41 pg_fetch_row($result, $i);
H A D26async_query_prepared.phpt55 pg_fetch_row($result, $i);
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h112 PHP_FUNCTION(pg_fetch_row);
H A Dpgsql.c611 PHP_FE(pg_fetch_row, arginfo_pg_fetch_row)
2740 PHP_FUNCTION(pg_fetch_row) argument

Completed in 28 milliseconds