summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug27303_3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bug27303_3.phpt')
-rw-r--r--ext/oci8/tests/bug27303_3.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/bug27303_3.phpt b/ext/oci8/tests/bug27303_3.phpt
index e291067088..aafdf61e73 100644
--- a/ext/oci8/tests/bug27303_3.phpt
+++ b/ext/oci8/tests/bug27303_3.phpt
@@ -6,7 +6,7 @@ Bug #27303 (OCIBindByName binds numeric PHP values as characters)
<?php
require dirname(__FILE__).'/connect.inc';
-
+
$create_st = array();
$create_st[] = "drop sequence myseq";
$create_st[] = "drop table mytab";
@@ -49,7 +49,7 @@ foreach ($create_st as $statement) {
echo "Done\n";
?>
---EXPECT--
+--EXPECT--
int(1)
int(2)
int(3)