summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/persistent.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/persistent.phpt')
-rw-r--r--ext/oci8/tests/persistent.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/persistent.phpt b/ext/oci8/tests/persistent.phpt
index 884cd35a4c..1bdfc3c90f 100644
--- a/ext/oci8/tests/persistent.phpt
+++ b/ext/oci8/tests/persistent.phpt
@@ -4,7 +4,7 @@ reusing persistent connections
<?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
--FILE--
<?php
-
+
require dirname(__FILE__)."/connect.inc";
var_dump(oci_pconnect($user, $password, $dbase));
@@ -16,7 +16,7 @@ var_dump(oci_connect($user, $password, $dbase));
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
resource(%d) of type (oci8 persistent connection)
resource(%d) of type (oci8 persistent connection)
resource(%d) of type (oci8 persistent connection)