Searched refs:pg_field_type (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | 04async_query.phpt | 49 pg_field_type($result, 0);
|
H A D | 23sync_query_params.phpt | 45 pg_field_type($result, 0);
|
H A D | 24sync_query_prepared.phpt | 48 pg_field_type($result, 0);
|
H A D | 25async_query_params.phpt | 53 pg_field_type($result, 0);
|
H A D | 30nb_async_query_params.phpt | 58 pg_field_type($result, 0);
|
H A D | 32nb_async_query.phpt | 59 pg_field_type($result, 0);
|
H A D | 26async_query_prepared.phpt | 67 pg_field_type($result, 0);
|
H A D | 31nb_async_query_prepared.phpt | 73 pg_field_type($result, 0);
|
H A D | 03sync_query.phpt | 86 pg_field_type($result, 0);
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql_arginfo.h | 475 ZEND_FUNCTION(pg_field_type); 574 ZEND_FE(pg_field_type, arginfo_pg_field_type) 575 ZEND_DEP_FALIAS(pg_fieldtype, pg_field_type, arginfo_pg_fieldtype)
|
H A D | php_pgsql.h | 106 PHP_FUNCTION(pg_field_type);
|
H A D | pgsql.stub.php | 141 function pg_field_type($result, int $field): string {} function
|
H A D | pgsql.c | 1703 PHP_FUNCTION(pg_field_type) in PHP_FUNCTION() argument
|
Completed in 39 milliseconds