summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/022.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-11-25 15:57:11 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-11-25 15:57:11 +0100
commit97d192b444543b12097cd4b9da9d5470ffcd14bd (patch)
treeb8115e89eae87abb104388860997a15b7141d269 /ext/mysqli/tests/022.phpt
parent706241f82d675421766b23fad4923f22b2c8e32c (diff)
downloadphp-git-97d192b444543b12097cd4b9da9d5470ffcd14bd.tar.gz
Reindent ext/mysqli tests
Reindent ext/mysqli tests on PHP-7.4, so they match with the indentation on PHP-8.0. Otherwise merging test changes across branches is very unpleasant.
Diffstat (limited to 'ext/mysqli/tests/022.phpt')
-rw-r--r--ext/mysqli/tests/022.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/022.phpt b/ext/mysqli/tests/022.phpt
index fd8036fd1a..dbd2905105 100644
--- a/ext/mysqli/tests/022.phpt
+++ b/ext/mysqli/tests/022.phpt
@@ -50,7 +50,7 @@ if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
if (!mysqli_query($link, "DROP TABLE IF EXISTS test_bind_fetch"))
- printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
+ printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
mysqli_close($link);
?>