summaryrefslogtreecommitdiff
path: root/ext/imap
diff options
context:
space:
mode:
authorTom Van Looy <tom@ctors.net>2017-06-25 23:24:23 +0200
committerNikita Popov <nikita.ppv@gmail.com>2017-06-26 00:23:25 +0200
commit04fb3f28ff677d036cfaf902f07b75f0346a5c33 (patch)
tree853db28cee8906637515d49c758776032884fe37 /ext/imap
parentb3849edf2ce168740256c48ee0a4631bb56086b8 (diff)
downloadphp-git-04fb3f28ff677d036cfaf902f07b75f0346a5c33.tar.gz
Remove superfluous semicolons
Diffstat (limited to 'ext/imap')
-rw-r--r--ext/imap/tests/imap_alerts_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/tests/imap_alerts_error.phpt b/ext/imap/tests/imap_alerts_error.phpt
index ab13ec4632..ee13b13503 100644
--- a/ext/imap/tests/imap_alerts_error.phpt
+++ b/ext/imap/tests/imap_alerts_error.phpt
@@ -16,7 +16,7 @@ echo "*** Testing imap_alerts() : error conditions ***\n";
// One argument
echo "\n-- Testing imap_alerts() function with one argument --\n";
-$extra_arg = 10;;
+$extra_arg = 10;
var_dump( imap_alerts($extra_arg) );
?>