summaryrefslogtreecommitdiff
path: root/ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt')
-rw-r--r--ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt b/ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt
index f7f7a47311..65f369ab3a 100644
--- a/ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt
+++ b/ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt
@@ -3,7 +3,7 @@ IntlTimeZone::getErrorCode/Message(): basic test
--SKIPIF--
<?php
if (!extension_loaded('intl'))
- die('skip intl extension not enabled');
+ die('skip intl extension not enabled');
/* INF being an invalid offset depends on UB in float->int cast behavior. */
$arch = php_uname('m');
if ($arch != 'x86_64' && $arch != 'i386')