Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/tests/
H A D22pg_fetch_object.phpt2 PostgreSQL pg_fetch_object()
23 var_dump(pg_fetch_object($result, NULL, 'test_class', array(1, 2)));
26 var_dump(pg_fetch_object($result, NULL, 'does_not_exist'));
43 pg_fetch_object(): Argument #3 ($class) must be a valid class name, does_not_exist given
H A Dbug60244.phpt26 var_dump(pg_fetch_object($result, -1));
38 var_dump(pg_fetch_object($result, 0));
47 pg_fetch_object(): Argument #2 ($row) must be greater than or equal to 0
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 D25async_query_params.phpt37 pg_fetch_object($result);
H A D30nb_async_query_params.phpt44 pg_fetch_object($result);
H A D32nb_async_query.phpt45 pg_fetch_object($result);
H A D26async_query_prepared.phpt51 pg_fetch_object($result);
H A D31nb_async_query_prepared.phpt59 pg_fetch_object($result);
H A D03sync_query.phpt23 pg_fetch_object($result);
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h90 PHP_FUNCTION(pg_fetch_object);
H A Dpgsql_arginfo.h482 ZEND_FUNCTION(pg_fetch_object);
584 ZEND_FE(pg_fetch_object, arginfo_pg_fetch_object)
H A Dpgsql.stub.php193 function pg_fetch_object($result, ?int $row = null, string $class = "stdClass", array $constructor_… function
H A Dpgsql.c1991 PHP_FUNCTION(pg_fetch_object) in PHP_FUNCTION() argument

Completed in 31 milliseconds