Searched refs:pg_fetch_object (Results 1 – 17 of 17) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | 22pg_fetch_object.phpt | 2 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 D | bug60244.phpt | 26 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 D | 17result.phpt | 18 var_dump(pg_fetch_object($result));
|
H A D | 80_bug24499.phpt | 36 $id = pg_fetch_object($q);
|
H A D | 04async_query.phpt | 33 pg_fetch_object($result);
|
H A D | 23sync_query_params.phpt | 28 pg_fetch_object($result);
|
H A D | 24sync_query_prepared.phpt | 31 pg_fetch_object($result);
|
H A D | 25async_query_params.phpt | 37 pg_fetch_object($result);
|
H A D | 30nb_async_query_params.phpt | 44 pg_fetch_object($result);
|
H A D | 32nb_async_query.phpt | 45 pg_fetch_object($result);
|
H A D | 26async_query_prepared.phpt | 51 pg_fetch_object($result);
|
H A D | 31nb_async_query_prepared.phpt | 59 pg_fetch_object($result);
|
H A D | 03sync_query.phpt | 23 pg_fetch_object($result);
|
/PHP-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 90 PHP_FUNCTION(pg_fetch_object);
|
H A D | pgsql_arginfo.h | 482 ZEND_FUNCTION(pg_fetch_object); 584 ZEND_FE(pg_fetch_object, arginfo_pg_fetch_object)
|
H A D | pgsql.stub.php | 193 function pg_fetch_object($result, ?int $row = null, string $class = "stdClass", array $constructor_… function
|
H A D | pgsql.c | 1991 PHP_FUNCTION(pg_fetch_object) in PHP_FUNCTION() argument
|
Completed in 36 milliseconds