Home
last modified time | relevance | path

Searched refs:pg_field_table (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/pgsql/tests/
H A D03sync_query.phpt116 pg_field_table($result, -1);
121 pg_field_table($result, 3);
146 pg_field_table(): Argument #2 ($field) must be greater than or equal to 0
147 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h110 PHP_FUNCTION(pg_field_table);
H A Dpgsql_arginfo.h472 ZEND_FUNCTION(pg_field_table);
569 ZEND_FE(pg_field_table, arginfo_pg_field_table)
H A Dpgsql.stub.php118 function pg_field_table($result, int $field, bool $oid_only = false): string|int|false {} function
H A Dpgsql.c1546 PHP_FUNCTION(pg_field_table) in PHP_FUNCTION() argument

Completed in 27 milliseconds