summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug27303_4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bug27303_4.phpt')
-rw-r--r--ext/oci8/tests/bug27303_4.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/bug27303_4.phpt b/ext/oci8/tests/bug27303_4.phpt
index ed9d5a1fe6..a88f29807d 100644
--- a/ext/oci8/tests/bug27303_4.phpt
+++ b/ext/oci8/tests/bug27303_4.phpt
@@ -16,7 +16,7 @@ NLS_LANG=
<?php
require dirname(__FILE__).'/connect.inc';
-
+
$create_st = array();
$create_st[] = "drop sequence myseq";
$create_st[] = "drop table mytab";
@@ -51,7 +51,7 @@ oci8_test_sql_execute($c, $drop_st);
echo "Done\n";
?>
---EXPECT--
+--EXPECT--
string(1) "1"
string(1) "2"
string(1) "3"