summaryrefslogtreecommitdiff
path: root/ext/intl/tests/bug62915-2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/bug62915-2.phpt')
-rw-r--r--ext/intl/tests/bug62915-2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/tests/bug62915-2.phpt b/ext/intl/tests/bug62915-2.phpt
index 411023dc41..d5a7a81944 100644
--- a/ext/intl/tests/bug62915-2.phpt
+++ b/ext/intl/tests/bug62915-2.phpt
@@ -3,9 +3,9 @@ Bug #62915: cloning of several classes is defective
--SKIPIF--
<?php
if (!extension_loaded('intl'))
- die('skip intl extension not enabled');
+ die('skip intl extension not enabled');
if (!class_exists('Spoofchecker'))
- die('skip intl extension does not have spoof checker');
+ die('skip intl extension does not have spoof checker');
--FILE--
<?php
class A extends IntlDateFormatter {