Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/tests/
H A D22pg_fetch_object.phpt2 PostgreSQL pg_fetch_object()
25 var_dump(pg_fetch_object($result, NULL, 'test_class', array(1, 2)));
28 var_dump(pg_fetch_object($result, NULL, 'does_not_exist'));
45 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 D17result.phpt20 var_dump(pg_fetch_object($result));
H A D80_bug24499.phpt38 $id = pg_fetch_object($q);
H A D23sync_query_params.phpt30 pg_fetch_object($result);
H A D04async_query.phpt35 pg_fetch_object($result);
H A D24sync_query_prepared.phpt33 pg_fetch_object($result);
H A D25async_query_params.phpt39 pg_fetch_object($result);
H A D30nb_async_query_params.phpt46 pg_fetch_object($result);
H A D32nb_async_query.phpt47 pg_fetch_object($result);
H A D26async_query_prepared.phpt53 pg_fetch_object($result);
H A D31nb_async_query_prepared.phpt61 pg_fetch_object($result);
H A D03sync_query.phpt25 pg_fetch_object($result);
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h494 ZEND_FUNCTION(pg_fetch_object);
601 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.c1901 PHP_FUNCTION(pg_fetch_object) in PHP_FUNCTION() argument
/PHP-8.3/
H A DUPGRADING333 . pg_fetch_object now raises a ValueError instead of an Exception when the
H A DNEWS1077 . pg_fetch_object raises a ValueError instead of an Exception.

Completed in 31 milliseconds