mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Added missing SKIPIF
This commit is contained in:
parent
c27fff27be
commit
5b3bb06fb8
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
|
||||
--SKIPIF--
|
||||
<?php
|
||||
|
||||
if (!extension_loaded('json')) die('skip');
|
||||
|
||||
if (setlocale(LC_NUMERIC, "de_DE") === false) {
|
||||
die("skip no de_DE locale");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue