summaryrefslogtreecommitdiff
path: root/ext/fileinfo/tests/cve-2014-3538-mb.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-18 14:28:32 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-18 14:28:32 +0200
commitc5401854fcea27ff9aabfd0682ff4d81bbb3c888 (patch)
treef6b8e94b80d682da470133f0771fa83182d2226e /ext/fileinfo/tests/cve-2014-3538-mb.phpt
parentbfceb710becab71d7d561d64667be4c9668b6a9c (diff)
downloadphp-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/fileinfo/tests/cve-2014-3538-mb.phpt')
-rw-r--r--ext/fileinfo/tests/cve-2014-3538-mb.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fileinfo/tests/cve-2014-3538-mb.phpt b/ext/fileinfo/tests/cve-2014-3538-mb.phpt
index bad322e3ca..4d0050f950 100644
--- a/ext/fileinfo/tests/cve-2014-3538-mb.phpt
+++ b/ext/fileinfo/tests/cve-2014-3538-mb.phpt
@@ -3,9 +3,9 @@ Bug #66731: file: extensive backtracking
--SKIPIF--
<?php
if (!class_exists('finfo'))
- die('skip no fileinfo extension');
+ die('skip no fileinfo extension');
if (getenv('SKIP_PERF_SENSITIVE'))
- die("skip performance sensitive test");
+ die("skip performance sensitive test");
?>
--FILE--
<?php