Fix miscellaneous skipif issues.
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / strings / setlocale_basic1.php.skipif
blob2388b2823682e3d2f351eb62e8f8753b077c76c1
1 <?hh
2 <<__EntryPoint>> function main(): void {
3 if (substr(PHP_OS, 0, 3) == 'WIN') {
4     die('skip Not valid for windows');
6 if (setlocale(LC_ALL, "en_US.utf8", "en_AU.utf8", "ko_KR.utf8", "zh_CN.utf8", "de_DE.utf8", "es_EC.utf8", "fr_FR.utf8", "ja_JP.utf8", "el_GR.utf8", "nl_NL.utf8") === false) {
7     die('skip available locales not usable');