summaryrefslogtreecommitdiff
path: root/ext/intl/tests/bug62082.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/bug62082.phpt')
-rw-r--r--ext/intl/tests/bug62082.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/bug62082.phpt b/ext/intl/tests/bug62082.phpt
index ab0eca20b9..449a3b8c4a 100644
--- a/ext/intl/tests/bug62082.phpt
+++ b/ext/intl/tests/bug62082.phpt
@@ -3,7 +3,7 @@ Bug #62082: Memory corruption in internal get_icu_disp_value_src_php()
--SKIPIF--
<?php
if (!extension_loaded('intl'))
- die('skip intl extension not enabled');
+ die('skip intl extension not enabled');
--FILE--
<?php
var_dump(locale_get_display_name(str_repeat("a", 300), null));