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/pdo_pgsql/tests/bug48764.phpt | 1 + ext/pdo_pgsql/tests/bug75402.phpt | 1 + ext/pdo_pgsql/tests/bug_33876.phpt | 1 + 3 files changed, 3 insertions(+) (limited to 'ext/pdo_pgsql') diff --git a/ext/pdo_pgsql/tests/bug48764.phpt b/ext/pdo_pgsql/tests/bug48764.phpt index c1d6c6a74f..e4d6a1e415 100644 --- a/ext/pdo_pgsql/tests/bug48764.phpt +++ b/ext/pdo_pgsql/tests/bug48764.phpt @@ -59,6 +59,7 @@ function bug($db, $options = array()) { echo $e->getCode()."\n"; } } +?> --EXPECT-- Test 1 42P18 diff --git a/ext/pdo_pgsql/tests/bug75402.phpt b/ext/pdo_pgsql/tests/bug75402.phpt index 52ae4df957..3aa26660ef 100644 --- a/ext/pdo_pgsql/tests/bug75402.phpt +++ b/ext/pdo_pgsql/tests/bug75402.phpt @@ -81,6 +81,7 @@ if ($db) { } var_dump($resp); +?> --EXPECT-- object(stdClass)#2 (1) { ["entries"]=> diff --git a/ext/pdo_pgsql/tests/bug_33876.phpt b/ext/pdo_pgsql/tests/bug_33876.phpt index a425f6d9f6..96f358eac2 100644 --- a/ext/pdo_pgsql/tests/bug_33876.phpt +++ b/ext/pdo_pgsql/tests/bug_33876.phpt @@ -88,6 +88,7 @@ if (!$res->execute(array(false))) { } else { print_r($res->fetchAll(PDO::FETCH_ASSOC)); } +?> --EXPECTF-- Array ( -- cgit v1.2.1