Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/tests/
H A Dbug60244.phpt17 var_dump(pg_fetch_object($result, -1));
22 var_dump(pg_fetch_object($result, 0));
35 Warning: pg_fetch_object(): The row parameter must be greater or equal to zero in %sbug60244.php on…
H A D22pg_fetch_object.phpt2 PostgreSQL pg_fetch_object()
23 var_dump(pg_fetch_object($result, NULL, 'test_class', array(1, 2)));
H A D17result.phpt18 var_dump(pg_fetch_object($result));
H A D80_bug24499.phpt36 $id = pg_fetch_object($q);
H A D04async_query.phpt33 pg_fetch_object($result);
H A D23sync_query_params.phpt28 pg_fetch_object($result);
H A D24sync_query_prepared.phpt31 pg_fetch_object($result);
H A D03sync_query.phpt23 pg_fetch_object($result);
H A D25async_query_params.phpt37 pg_fetch_object($result);
H A D26async_query_prepared.phpt51 pg_fetch_object($result);
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h110 PHP_FUNCTION(pg_fetch_object);
H A Dpgsql.c614 PHP_FE(pg_fetch_object, arginfo_pg_fetch_object)
2768 PHP_FUNCTION(pg_fetch_object) argument

Completed in 31 milliseconds