summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-12-26 13:08:57 +0100
committerAnatol Belski <ab@php.net>2014-12-26 13:08:57 +0100
commitc71cd8f8e0debe0661be2b9d8b93e0319c450bcc (patch)
tree17fbee38b78b6225542afc8f180973b8ce3a9ca0
parent814df43fb9797293e458134421c5506f69b7533a (diff)
downloadphp-git-c71cd8f8e0debe0661be2b9d8b93e0319c450bcc.tar.gz
remove the extra comma
-rw-r--r--ext/iconv/tests/iconv_basic_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/tests/iconv_basic_001.phpt b/ext/iconv/tests/iconv_basic_001.phpt
index 079eb670e1..9f33f6b110 100644
--- a/ext/iconv/tests/iconv_basic_001.phpt
+++ b/ext/iconv/tests/iconv_basic_001.phpt
@@ -5,7 +5,7 @@ Rodrigo Prado de Jesus <royopa [at] gmail [dot] com>
--SKIPIF--
<?php extension_loaded('iconv') or die('skip iconv extension is not available'); ?>
<?php if(substr(PHP_OS, 0, 3) == 'WIN' ) {die('skip not for windows');} ?>
-<?php if(setlocale(LC_ALL, "en_US.utf8",) === false) { die('skip en_US.utf8 locales not available'); } ?>
+<?php if(setlocale(LC_ALL, "en_US.utf8") === false) { die('skip en_US.utf8 locales not available'); } ?>
--FILE--
<?php
setlocale(LC_ALL, "en_US.utf8");