Skip to content

Commit 350e101

Browse files
committed
Silence deprecation
1 parent 862ee53 commit 350e101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/standard/tests/strings/setlocale_variation4.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var_dump($locale_info_before);
2828

2929
//Testing setlocale() by giving locale = null
3030
echo "Setting system locale, category = LC_ALL and locale = null\n";
31-
setlocale(LC_ALL, null);
31+
@setlocale(LC_ALL, null);
3232

3333
echo "Locale info, after setting the locale\n";
3434
//Returns Current locale,after executing setlocale().

0 commit comments

Comments
 (0)