Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D22pg_fetch_object.phpt2 PostgreSQL pg_fetch_object()
28 var_dump(pg_fetch_object($result, NULL, 'test_class', array(1, 2)));
31 var_dump(pg_fetch_object($result, NULL, 'does_not_exist'));
56 pg_fetch_object(): Argument #3 ($class) must be a valid class name, does_not_exist given
H A Dbug60244.phpt28 var_dump(pg_fetch_object($result, -1));
40 var_dump(pg_fetch_object($result, 0));
49 pg_fetch_object(): Argument #2 ($row) must be greater than or equal to 0
H A D80_bug24499.phpt38 $id = pg_fetch_object($q);
H A D17result.phpt24 var_dump(pg_fetch_object($result));
H A D23sync_query_params.phpt31 pg_fetch_object($result);
H A D24sync_query_prepared.phpt34 pg_fetch_object($result);
H A D25async_query_params.phpt40 pg_fetch_object($result);
H A D32nb_async_query.phpt44 pg_fetch_object($result);
H A D30nb_async_query_params.phpt43 pg_fetch_object($result);
H A D04async_query.phpt38 pg_fetch_object($result);
H A D26async_query_prepared.phpt54 pg_fetch_object($result);
H A D31nb_async_query_prepared.phpt58 pg_fetch_object($result);
H A D03sync_query.phpt28 pg_fetch_object($result);
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h493 ZEND_FUNCTION(pg_fetch_object);
599 ZEND_FE(pg_fetch_object, arginfo_pg_fetch_object)
H A Dpgsql.stub.php636 …function pg_fetch_object(PgSql\Result $result, ?int $row = null, string $class = "stdClass", array… function
H A Dpgsql.c1914 PHP_FUNCTION(pg_fetch_object) in PHP_FUNCTION() argument

Completed in 43 milliseconds