Home
last modified time | relevance | path

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

/PHP-8.1/ext/pgsql/
H A Dpgsql.c638 PGresult *pg_result; in php_pgsql_do_connect() local
1816 pg_result->row = 0; in PHP_FUNCTION()
1822 pg_result->row++; in PHP_FUNCTION()
1905 pg_result->row++; in php_pgsql_fetch_hash()
4002 pg_result->row = 0; in PHP_FUNCTION()
4255 PGresult *pg_result; in php_pgsql_meta_data() local
4321 PQclear(pg_result); in php_pgsql_meta_data()
4355 PQclear(pg_result); in php_pgsql_meta_data()
5467 if (pg_result) { in PHP_FUNCTION()
5484 if (pg_result) { in PHP_FUNCTION()
[all …]
H A Dphp_pgsql.h83 PHP_PGSQL_API void php_pgsql_result2array(PGresult *pg_result, zval *ret_array, long fetch_option);
H A Dpgsql.stub.php187 … function pg_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|null {} function
H A Dpgsql_arginfo.h582 ZEND_DEP_FALIAS(pg_result, pg_fetch_result, arginfo_pg_result)
/PHP-8.1/ext/pgsql/tests/
H A D98old_api.phpt22 pg_result($result,0,0);
49 Deprecated: Function pg_result() is deprecated in %s on line %d

Completed in 25 milliseconds