Searched refs:pg_fetch_object (Results 1 – 15 of 15) sorted by relevance
2 PostgreSQL pg_fetch_object()23 var_dump(pg_fetch_object($result, NULL, 'test_class', array(1, 2)));
17 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…
18 var_dump(pg_fetch_object($result));
36 $id = pg_fetch_object($q);
33 pg_fetch_object($result);
28 pg_fetch_object($result);
31 pg_fetch_object($result);
23 pg_fetch_object($result);
37 pg_fetch_object($result);
44 pg_fetch_object($result);
45 pg_fetch_object($result);
51 pg_fetch_object($result);
59 pg_fetch_object($result);
113 PHP_FUNCTION(pg_fetch_object);
638 PHP_FE(pg_fetch_object, arginfo_pg_fetch_object)2899 PHP_FUNCTION(pg_fetch_object) argument
Completed in 31 milliseconds