Home
last modified time | relevance | path

Searched refs:pg_field_name (Results 1 – 12 of 12) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A D03sync_query.phpt85 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 D04async_query.phpt48 pg_field_name($result, 0);
H A D23sync_query_params.phpt44 pg_field_name($result, 0);
H A D24sync_query_prepared.phpt47 pg_field_name($result, 0);
H A D25async_query_params.phpt52 pg_field_name($result, 0);
H A D32nb_async_query.phpt58 pg_field_name($result, 0);
H A D30nb_async_query_params.phpt57 pg_field_name($result, 0);
H A D26async_query_prepared.phpt66 pg_field_name($result, 0);
H A D31nb_async_query_prepared.phpt72 pg_field_name($result, 0);
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h475 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 Dpgsql.stub.php141 function pg_field_name(PgSql\Result $result, int $field): string {} function
H A Dpgsql.c1716 PHP_FUNCTION(pg_field_name) in PHP_FUNCTION() argument

Completed in 67 milliseconds