Searched refs:pg_field_name (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/ext/pgsql/tests/ |
H A D | 03sync_query.phpt | 85 pg_field_name($result, 0); 108 pg_field_name($result, -1); 113 pg_field_name($result, 3); 146 pg_field_name(): Argument #2 ($field) must be greater than or equal to 0 147 pg_field_name(): Argument #2 ($field) must be less than the number of fields for this result set
|
H A D | 04async_query.phpt | 48 pg_field_name($result, 0);
|
H A D | 23sync_query_params.phpt | 44 pg_field_name($result, 0);
|
H A D | 24sync_query_prepared.phpt | 47 pg_field_name($result, 0);
|
H A D | 25async_query_params.phpt | 52 pg_field_name($result, 0);
|
H A D | 32nb_async_query.phpt | 58 pg_field_name($result, 0);
|
H A D | 30nb_async_query_params.phpt | 57 pg_field_name($result, 0);
|
H A D | 26async_query_prepared.phpt | 66 pg_field_name($result, 0);
|
H A D | 31nb_async_query_prepared.phpt | 72 pg_field_name($result, 0);
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql_arginfo.h | 475 ZEND_FUNCTION(pg_field_name); 572 ZEND_FE(pg_field_name, arginfo_pg_field_name) 573 ZEND_DEP_FALIAS(pg_fieldname, pg_field_name, arginfo_pg_fieldname)
|
H A D | pgsql.stub.php | 141 function pg_field_name(PgSql\Result $result, int $field): string {} function
|
H A D | pgsql.c | 1716 PHP_FUNCTION(pg_field_name) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds