summaryrefslogtreecommitdiff
path: root/ext/interbase/tests/003.phpt
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-14 15:37:22 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-14 19:43:12 +0200
commit7af945e271d042a4991c9510f78b6ff7ac43ac34 (patch)
tree31d3b7a69f017cd532c5fe31ce1664d426384f82 /ext/interbase/tests/003.phpt
parentafd534f1634e9a5d631afac39a9c9b09b1ba8b33 (diff)
downloadphp-git-7af945e271d042a4991c9510f78b6ff7ac43ac34.tar.gz
Trim trailing whitespace in *.phpt
Diffstat (limited to 'ext/interbase/tests/003.phpt')
-rw-r--r--ext/interbase/tests/003.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/interbase/tests/003.phpt b/ext/interbase/tests/003.phpt
index 8ee86d3e9e..70fa5f0d30 100644
--- a/ext/interbase/tests/003.phpt
+++ b/ext/interbase/tests/003.phpt
@@ -7,7 +7,7 @@ InterBase: misc sql types (may take a while)
require("interbase.inc");
ibase_connect($test_base);
-
+
ibase_query(
"create table test3 (
iter integer not null,
@@ -129,7 +129,7 @@ InterBase: misc sql types (may take a while)
$q = ibase_query('SELECT 1 AS id, 2 AS id, 3 AS id, 4 AS id, 5 AS id, 6 AS id, 7 AS id, 8 AS id, 9 AS id,
10 AS id, 11 AS id, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 FROM rdb$database');
var_dump(ibase_fetch_assoc($q));
-
+
ibase_close();
echo "end of test\n";
?>