From 7aacc705d03887c64a90489e367f4c40b46aa3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sun, 9 Aug 2020 11:06:57 +0200 Subject: Add many missing closing PHP tags to tests Closes GH-5958 --- ext/pgsql/tests/bug75419.phpt | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pgsql/tests') diff --git a/ext/pgsql/tests/bug75419.phpt b/ext/pgsql/tests/bug75419.phpt index 09164f4221..858a829d94 100644 --- a/ext/pgsql/tests/bug75419.phpt +++ b/ext/pgsql/tests/bug75419.phpt @@ -10,5 +10,6 @@ $db1 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW); $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW); pg_close($db1); var_dump(pg_ping()); +?> --EXPECT-- bool(true) -- cgit v1.2.1