diff options
Diffstat (limited to 'ext/pdo_oci/tests/pecl_bug_11345.phpt')
-rw-r--r-- | ext/pdo_oci/tests/pecl_bug_11345.phpt | 2 |
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; |