summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-14 18:03:31 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-14 19:46:15 +0200
commitd7a3edd45db8d91ddf09cba7c594c63e63f62709 (patch)
treeef4fe3e4794260b362dad72d3542fdbef0169b8e /ext/pgsql
parentb0708fa2e7b31f1fbd9539486a35d33643e62461 (diff)
downloadphp-git-d7a3edd45db8d91ddf09cba7c594c63e63f62709.tar.gz
Trim trailing whitespace in *.phpt
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/tests/9999dropdb.phpt2
-rw-r--r--ext/pgsql/tests/bug71998.phpt2
-rw-r--r--ext/pgsql/tests/bug72197.phpt2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/pgsql/tests/9999dropdb.phpt b/ext/pgsql/tests/9999dropdb.phpt
index 80502e54b6..f3583a545b 100644
--- a/ext/pgsql/tests/9999dropdb.phpt
+++ b/ext/pgsql/tests/9999dropdb.phpt
@@ -4,7 +4,7 @@ PostgreSQL drop db
<?php include("skipif.inc"); ?>
--FILE--
<?php
-// drop test table
+// drop test table
include('config.inc');
diff --git a/ext/pgsql/tests/bug71998.phpt b/ext/pgsql/tests/bug71998.phpt
index d32c47bb43..f69261c1c0 100644
--- a/ext/pgsql/tests/bug71998.phpt
+++ b/ext/pgsql/tests/bug71998.phpt
@@ -4,7 +4,7 @@ Bug #71998 Function pg_insert does not insert when column type = inet
<?php include("skipif.inc"); ?>
--FILE--
<?php
-// Kudos for the IP regex to
+// Kudos for the IP regex to
// http://stackoverflow.com/a/17871737/3358424
include('config.inc');
diff --git a/ext/pgsql/tests/bug72197.phpt b/ext/pgsql/tests/bug72197.phpt
index 2ce15bdaf4..6b6cc3ec67 100644
--- a/ext/pgsql/tests/bug72197.phpt
+++ b/ext/pgsql/tests/bug72197.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #72197 pg_lo_create arbitrary read
+Bug #72197 pg_lo_create arbitrary read
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--