summaryrefslogtreecommitdiff
path: root/ext/json/tests/bug41403.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/tests/bug41403.phpt')
-rw-r--r--ext/json/tests/bug41403.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/tests/bug41403.phpt b/ext/json/tests/bug41403.phpt
index 23a5124a77..4ce7faa352 100644
--- a/ext/json/tests/bug41403.phpt
+++ b/ext/json/tests/bug41403.phpt
@@ -3,7 +3,7 @@ Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not
--SKIPIF--
<?php
if (setlocale(LC_NUMERIC, "de_DE") === false) {
- die("skip no de_DE locale");
+ die("skip no de_DE locale");
}
?>
--INI--