diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-18 14:28:32 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-18 14:28:32 +0200 |
| commit | c5401854fcea27ff9aabfd0682ff4d81bbb3c888 (patch) | |
| tree | f6b8e94b80d682da470133f0771fa83182d2226e /ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt | |
| parent | bfceb710becab71d7d561d64667be4c9668b6a9c (diff) | |
| download | php-git-c5401854fcea27ff9aabfd0682ff4d81bbb3c888.tar.gz | |
Run tidy
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
Diffstat (limited to 'ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt')
| -rw-r--r-- | ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt b/ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt index 3d177d903d..432d72fe54 100644 --- a/ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt +++ b/ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt @@ -2,11 +2,11 @@ mysqli_stmt_fetch - geometry / spatial types --SKIPIF-- <?php - require_once('skipif.inc'); - require_once('skipifconnectfailure.inc'); + require_once('skipif.inc'); + require_once('skipifconnectfailure.inc'); - if (!defined("MYSQLI_TYPE_GEOMETRY")) - die("skip MYSQLI_TYPE_GEOMETRY not defined"); + if (!defined("MYSQLI_TYPE_GEOMETRY")) + die("skip MYSQLI_TYPE_GEOMETRY not defined"); ?> --FILE-- <?php @@ -135,7 +135,7 @@ mysqli_stmt_fetch - geometry / spatial types ?> --CLEAN-- <?php - require_once("clean_table.inc"); + require_once("clean_table.inc"); ?> --EXPECT-- done! |
