Home
last modified time | relevance | path

Searched refs:pg_fetch_all_columns (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/pgsql/tests/
H A D03sync_query.phpt50 pg_fetch_all_columns($result, -1);
55 pg_fetch_all_columns($result, 3);
139 pg_fetch_all_columns(): Argument #2 ($field) must be greater than or equal to 0
140 pg_fetch_all_columns(): Argument #2 ($field) must be less than the number of fields for this result…
H A D06copy_2.phpt21 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h94 PHP_FUNCTION(pg_fetch_all_columns);
H A Dpgsql_arginfo.h484 ZEND_FUNCTION(pg_fetch_all_columns);
586 ZEND_FE(pg_fetch_all_columns, arginfo_pg_fetch_all_columns)
H A Dpgsql.stub.php199 function pg_fetch_all_columns($result, int $field = 0): array {} function
H A Dpgsql.c2027 PHP_FUNCTION(pg_fetch_all_columns) in PHP_FUNCTION() argument

Completed in 25 milliseconds