We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862ee53 commit 350e101Copy full SHA for 350e101
1 file changed
ext/standard/tests/strings/setlocale_variation4.phpt
@@ -28,7 +28,7 @@ var_dump($locale_info_before);
28
29
//Testing setlocale() by giving locale = null
30
echo "Setting system locale, category = LC_ALL and locale = null\n";
31
-setlocale(LC_ALL, null);
+@setlocale(LC_ALL, null);
32
33
echo "Locale info, after setting the locale\n";
34
//Returns Current locale,after executing setlocale().
0 commit comments