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