diff options
| author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-09-16 14:16:42 -0300 |
|---|---|---|
| committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-10-14 12:07:20 -0300 |
| commit | 9c144e0d8217d1ef7a83c2498214308b21af749f (patch) | |
| tree | d977ba0d8601de477c52f62accf02c120ef06253 /ext/pgsql/tests/03sync_query.phpt | |
| parent | b419732ddb0673dc5b15a67ee4bc7f06dd90d7d0 (diff) | |
| download | php-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.phpt | 8 |
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); } |
