summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/03sync_query.phpt
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-09-16 14:16:42 -0300
committerGabriel Caruso <carusogabriel34@gmail.com>2018-10-14 12:07:20 -0300
commit9c144e0d8217d1ef7a83c2498214308b21af749f (patch)
treed977ba0d8601de477c52f62accf02c120ef06253 /ext/pgsql/tests/03sync_query.phpt
parentb419732ddb0673dc5b15a67ee4bc7f06dd90d7d0 (diff)
downloadphp-git-9c144e0d8217d1ef7a83c2498214308b21af749f.tar.gz
Trim trailing whitespace in tests
Diffstat (limited to 'ext/pgsql/tests/03sync_query.phpt')
-rw-r--r--ext/pgsql/tests/03sync_query.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pgsql/tests/03sync_query.phpt b/ext/pgsql/tests/03sync_query.phpt
index afb6bb4475..eb8fae084d 100644
--- a/ext/pgsql/tests/03sync_query.phpt
+++ b/ext/pgsql/tests/03sync_query.phpt
@@ -14,19 +14,19 @@ if (!($rows = pg_num_rows($result)))
{
echo "pg_num_row() error\n";
}
-for ($i=0; $i < $rows; $i++)
+for ($i=0; $i < $rows; $i++)
{
pg_fetch_array($result, $i, PGSQL_NUM);
}
-for ($i=0; $i < $rows; $i++)
+for ($i=0; $i < $rows; $i++)
{
pg_fetch_object($result);
}
-for ($i=0; $i < $rows; $i++)
+for ($i=0; $i < $rows; $i++)
{
pg_fetch_row($result, $i);
}
-for ($i=0; $i < $rows; $i++)
+for ($i=0; $i < $rows; $i++)
{
pg_fetch_result($result, $i, 0);
}