summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/tests/bug46274_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_oci/tests/bug46274_2.phpt')
-rw-r--r--ext/pdo_oci/tests/bug46274_2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_oci/tests/bug46274_2.phpt b/ext/pdo_oci/tests/bug46274_2.phpt
index cbadcef4f8..3430877b9f 100644
--- a/ext/pdo_oci/tests/bug46274_2.phpt
+++ b/ext/pdo_oci/tests/bug46274_2.phpt
@@ -2,7 +2,7 @@
Bug #46274 (pdo_pgsql - Segfault when using PDO::ATTR_STRINGIFY_FETCHES and blob)
--SKIPIF--
<?php
-if (!extension_loaded('pdo') || !extension_loaded('pdo_oci'))
+if (!extension_loaded('pdo') || !extension_loaded('pdo_oci'))
die('skip not loaded');
require dirname(__FILE__).'/../../pdo/tests/pdo_test.inc';
PDOTest::skip();