summaryrefslogtreecommitdiff
path: root/ext/imap/tests/bug77153.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/bug77153.phpt')
-rw-r--r--ext/imap/tests/bug77153.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/tests/bug77153.phpt b/ext/imap/tests/bug77153.phpt
index 63590aee1d..7b759621fe 100644
--- a/ext/imap/tests/bug77153.phpt
+++ b/ext/imap/tests/bug77153.phpt
@@ -2,8 +2,8 @@
Bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter)
--SKIPIF--
<?php
- if (!extension_loaded("imap")) {
- die("skip imap extension not available");
+ if (!extension_loaded("imap")) {
+ die("skip imap extension not available");
}
?>
--FILE--