Searched refs:pg_result (Results 1 – 5 of 5) sorted by relevance
546 PGresult *pg_result; in php_pgsql_do_connect() local602 PQclear(pg_result); in php_pgsql_do_connect()621 PQclear(pg_result); in php_pgsql_do_connect()1728 pg_result->row++; in PHP_FUNCTION()1811 pg_result->row++; in php_pgsql_fetch_hash()3908 pg_result->row = 0; in PHP_FUNCTION()4161 PGresult *pg_result; in php_pgsql_meta_data() local4261 PQclear(pg_result); in php_pgsql_meta_data()5373 if (pg_result) { in PHP_FUNCTION()5390 if (pg_result) { in PHP_FUNCTION()[all …]
83 PHP_PGSQL_API void php_pgsql_result2array(PGresult *pg_result, zval *ret_array, long fetch_option);
568 … function pg_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|null {} function
582 ZEND_DEP_FALIAS(pg_result, pg_fetch_result, arginfo_pg_result)
22 pg_result($result,0,0);49 Deprecated: Function pg_result() is deprecated in %s on line %d
Completed in 31 milliseconds