1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

add a note

This commit is contained in:
Antony Dovgal
2007-02-11 20:12:45 +00:00
parent 834c79180c
commit 686bfdca07
+1 -1
View File
@@ -1,5 +1,5 @@
--TEST--
Bug #30638 (localeconv returns wrong LC_NUMERIC settings)
Bug #30638 (localeconv returns wrong LC_NUMERIC settings) (ok to fail on MacOS X)
--SKIPIF--
<?php # try to activate a german locale
if (setlocale(LC_NUMERIC, "de_DE", "de", "german", "ge") === FALSE) {