summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug32325.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bug32325.phpt')
-rw-r--r--ext/oci8/tests/bug32325.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/tests/bug32325.phpt b/ext/oci8/tests/bug32325.phpt
index 906195c60f..925433659b 100644
--- a/ext/oci8/tests/bug32325.phpt
+++ b/ext/oci8/tests/bug32325.phpt
@@ -9,7 +9,7 @@ require(dirname(__FILE__).'/skipif.inc');
<?php
require(dirname(__FILE__).'/connect.inc');
-
+
// Initialize
$stmtarray = array(
@@ -19,7 +19,7 @@ $stmtarray = array(
oci8_test_sql_execute($c, $stmtarray);
// Run test
-
+
$collection = oci_new_collection($c, "BUG32325_T");
$sql = "begin
@@ -45,7 +45,7 @@ oci8_test_sql_execute($c, $stmtarray);
echo "Done\n";
?>
---EXPECT--
+--EXPECT--
int(4)
float(2)
float(3)