summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/drcp_conn_close1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/drcp_conn_close1.phpt')
-rw-r--r--ext/oci8/tests/drcp_conn_close1.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/tests/drcp_conn_close1.phpt b/ext/oci8/tests/drcp_conn_close1.phpt
index 697b7e3575..468b2732a6 100644
--- a/ext/oci8/tests/drcp_conn_close1.phpt
+++ b/ext/oci8/tests/drcp_conn_close1.phpt
@@ -30,9 +30,9 @@ oci_close($conn2);
// Compare the resource numbers
if ($rn1 === $rn2)
- echo "Both connections share a resource : OK \n";
+ echo "Both connections share a resource : OK\n";
else
- echo "Both connections are different : NOT OK \n";
+ echo "Both connections are different : NOT OK\n";
echo "Done\n";
@@ -41,5 +41,5 @@ echo "Done\n";
This is with a OCI_CONNECT
resource(%d) of type (oci8 connection)
resource(%d) of type (oci8 connection)
-Both connections share a resource : OK
+Both connections share a resource : OK
Done