summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/drcp_conn_close2.phpt
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2018-09-24 13:27:27 +1000
committerChristopher Jones <sixd@php.net>2018-09-24 13:27:27 +1000
commita2c0f8722b90becea8e551822dad206552e82d44 (patch)
treeaad21c45d7b4ca6c0279eb3d3cac38ff930b9bad /ext/oci8/tests/drcp_conn_close2.phpt
parenteceb34073b28f74f1ea6e659bea296664563189f (diff)
downloadphp-git-a2c0f8722b90becea8e551822dad206552e82d44.tar.gz
Remove trailing whitespace to help keep branches in sync
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