From f429a95c1ccb044c919a37f9a3001d99270d349b Mon Sep 17 00:00:00 2001 From: Ben Mewburn Date: Thu, 14 Mar 2019 16:29:32 +1100 Subject: [PATCH] default arg for pg_fetch_all --- pgsql/pgsql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgsql/pgsql.php b/pgsql/pgsql.php index e90fbf99..fc0a812e 100644 --- a/pgsql/pgsql.php +++ b/pgsql/pgsql.php @@ -704,7 +704,7 @@ function pg_fetch_object ($result, $row = null, $result_type = PGSQL_ASSOC) {} * @since 4.3.0 * @since 5.0 */ -function pg_fetch_all ($result, $result_type) {} +function pg_fetch_all ($result, $result_type = PGSQL_ASSOC) {} /** * Fetches all rows in a particular result column as an array