Searched refs:pg_field_type (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/pgsql/tests/ |
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 | 57 pg_field_type($result, 0);
|
H A D | 30nb_async_query_params.phpt | 56 pg_field_type($result, 0);
|
H A D | 04async_query.phpt | 54 pg_field_type($result, 0);
|
H A D | 26async_query_prepared.phpt | 69 pg_field_type($result, 0);
|
H A D | 31nb_async_query_prepared.phpt | 71 pg_field_type($result, 0);
|
H A D | 98old_api.phpt | 56 Deprecated: Function pg_fieldtype() is deprecated since 8.0, use pg_field_type() instead in %s on l…
|
H A D | 03sync_query.phpt | 91 pg_field_type($result, 0);
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 596 function pg_field_type(PgSql\Result $result, int $field): string {} function
|
H A D | pgsql_arginfo.h | 530 ZEND_FUNCTION(pg_field_type); 645 ZEND_FE(pg_field_type, arginfo_pg_field_type)
|
H A D | pgsql.c | 1815 PHP_FUNCTION(pg_field_type) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds