Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D03sync_query.phpt121 pg_field_table($result, -1);
126 pg_field_table($result, 3);
159 pg_field_table(): Argument #2 ($field) must be greater than or equal to 0
160 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h483 ZEND_FUNCTION(pg_field_table);
584 ZEND_FE(pg_field_table, arginfo_pg_field_table)
H A Dpgsql.stub.php566 …function pg_field_table(PgSql\Result $result, int $field, bool $oid_only = false): string|int|fals… function
H A Dpgsql.c1510 PHP_FUNCTION(pg_field_table) in PHP_FUNCTION() argument

Completed in 23 milliseconds