summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/tests/pecl_bug_11345.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_oci/tests/pecl_bug_11345.phpt')
-rw-r--r--ext/pdo_oci/tests/pecl_bug_11345.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_oci/tests/pecl_bug_11345.phpt b/ext/pdo_oci/tests/pecl_bug_11345.phpt
index b80773a334..8a633f547c 100644
--- a/ext/pdo_oci/tests/pecl_bug_11345.phpt
+++ b/ext/pdo_oci/tests/pecl_bug_11345.phpt
@@ -15,7 +15,7 @@ PDOTest::skip();
try {
$dbh = new PDO('oci:dbname=xxx;charset=yyy', 'abc', 'def');
-}
+}
catch (PDOException $e) {
echo 'Connection failed: ' . $e->getMessage(). "\n";
exit;