diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-08-09 11:06:57 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-08-09 22:03:36 +0200 |
commit | 7aacc705d03887c64a90489e367f4c40b46aa3c2 (patch) | |
tree | ec7388f82b37e8611c7513aa95678d7feae82329 /ext/pdo_pgsql | |
parent | 05478e985eb50c473054b4f1bf174f48ead78784 (diff) | |
download | php-git-7aacc705d03887c64a90489e367f4c40b46aa3c2.tar.gz |
Add many missing closing PHP tags to tests
Closes GH-5958
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r-- | ext/pdo_pgsql/tests/bug48764.phpt | 1 | ||||
-rw-r--r-- | ext/pdo_pgsql/tests/bug75402.phpt | 1 | ||||
-rw-r--r-- | ext/pdo_pgsql/tests/bug_33876.phpt | 1 |
3 files changed, 3 insertions, 0 deletions
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 ( |