Searched refs:pg_field_name (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/pgsql/tests/ |
H A D | 03sync_query.phpt | 88 pg_field_name($result, 0); 111 pg_field_name($result, -1); 116 pg_field_name($result, 3); 157 pg_field_name(): Argument #2 ($field) must be greater than or equal to 0 158 pg_field_name(): Argument #2 ($field) must be less than the number of fields for this result set
|
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 | 54 pg_field_name($result, 0);
|
H A D | 30nb_async_query_params.phpt | 53 pg_field_name($result, 0);
|
H A D | 04async_query.phpt | 51 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 | 68 pg_field_name($result, 0);
|
H A D | 98old_api.phpt | 52 Deprecated: Function pg_fieldname() is deprecated since 8.0, use pg_field_name() instead in %s on l…
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 580 function pg_field_name(PgSql\Result $result, int $field): string {} function
|
H A D | pgsql_arginfo.h | 528 ZEND_FUNCTION(pg_field_name); 641 ZEND_FE(pg_field_name, arginfo_pg_field_name)
|
H A D | pgsql.c | 1801 PHP_FUNCTION(pg_field_name) in PHP_FUNCTION() argument
|
Completed in 34 milliseconds