Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/tests/
H A D03sync_query.phpt83 pg_field_name($result, 0);
106 pg_field_name($result, -1);
111 pg_field_name($result, 3);
144 pg_field_name(): Argument #2 ($field) must be greater than or equal to 0
145 pg_field_name(): Argument #2 ($field) must be less than the number of fields for this result set
H A D04async_query.phpt46 pg_field_name($result, 0);
H A D23sync_query_params.phpt42 pg_field_name($result, 0);
H A D24sync_query_prepared.phpt45 pg_field_name($result, 0);
H A D25async_query_params.phpt50 pg_field_name($result, 0);
H A D30nb_async_query_params.phpt55 pg_field_name($result, 0);
H A D32nb_async_query.phpt56 pg_field_name($result, 0);
H A D26async_query_prepared.phpt64 pg_field_name($result, 0);
H A D31nb_async_query_prepared.phpt70 pg_field_name($result, 0);
/PHP-8.0/ext/pgsql/
H A Dpgsql_arginfo.h473 ZEND_FUNCTION(pg_field_name);
570 ZEND_FE(pg_field_name, arginfo_pg_field_name)
571 ZEND_DEP_FALIAS(pg_fieldname, pg_field_name, arginfo_pg_fieldname)
H A Dphp_pgsql.h103 PHP_FUNCTION(pg_field_name);
H A Dpgsql.stub.php121 function pg_field_name($result, int $field): string {} function
H A Dpgsql.c1689 PHP_FUNCTION(pg_field_name) in PHP_FUNCTION() argument

Completed in 26 milliseconds