Searched refs:pg_field_type (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/ext/pgsql/tests/ |
H A D | 04async_query.phpt | 51 pg_field_type($result, 0);
|
H A D | 23sync_query_params.phpt | 47 pg_field_type($result, 0);
|
H A D | 24sync_query_prepared.phpt | 50 pg_field_type($result, 0);
|
H A D | 25async_query_params.phpt | 55 pg_field_type($result, 0);
|
H A D | 32nb_async_query.phpt | 61 pg_field_type($result, 0);
|
H A D | 30nb_async_query_params.phpt | 60 pg_field_type($result, 0);
|
H A D | 31nb_async_query_prepared.phpt | 75 pg_field_type($result, 0);
|
H A D | 26async_query_prepared.phpt | 69 pg_field_type($result, 0);
|
H A D | 03sync_query.phpt | 88 pg_field_type($result, 0);
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql_arginfo.h | 477 ZEND_FUNCTION(pg_field_type); 576 ZEND_FE(pg_field_type, arginfo_pg_field_type) 577 ZEND_DEP_FALIAS(pg_fieldtype, pg_field_type, arginfo_pg_fieldtype)
|
H A D | pgsql.stub.php | 538 function pg_field_type(PgSql\Result $result, int $field): string {} function
|
H A D | pgsql.c | 1636 PHP_FUNCTION(pg_field_type) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds