Searched refs:pg_fetch_object (Results 1 – 16 of 16) sorted by relevance
/PHP-8.4/ext/pgsql/tests/ |
H A D | 22pg_fetch_object.phpt | 2 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 D | bug60244.phpt | 28 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 D | 80_bug24499.phpt | 38 $id = pg_fetch_object($q);
|
H A D | 17result.phpt | 24 var_dump(pg_fetch_object($result));
|
H A D | 23sync_query_params.phpt | 30 pg_fetch_object($result);
|
H A D | 24sync_query_prepared.phpt | 33 pg_fetch_object($result);
|
H A D | 25async_query_params.phpt | 39 pg_fetch_object($result);
|
H A D | 30nb_async_query_params.phpt | 42 pg_fetch_object($result);
|
H A D | 32nb_async_query.phpt | 43 pg_fetch_object($result);
|
H A D | 04async_query.phpt | 38 pg_fetch_object($result);
|
H A D | 26async_query_prepared.phpt | 53 pg_fetch_object($result);
|
H A D | 31nb_async_query_prepared.phpt | 57 pg_fetch_object($result);
|
H A D | 03sync_query.phpt | 28 pg_fetch_object($result);
|
/PHP-8.4/ext/pgsql/ |
H A D | pgsql.stub.php | 647 …function pg_fetch_object(PgSql\Result $result, ?int $row = null, string $class = "stdClass", array… function
|
H A D | pgsql_arginfo.h | 530 ZEND_FUNCTION(pg_fetch_object); 645 ZEND_FE(pg_fetch_object, arginfo_pg_fetch_object)
|
H A D | pgsql.c | 2092 PHP_FUNCTION(pg_fetch_object) in PHP_FUNCTION() argument
|
Completed in 37 milliseconds