Home
last modified time | relevance | path

Searched refs:LC_ALL (Results 51 – 75 of 107) sorted by relevance

12345

/PHP-8.2/scripts/dev/
H A Dcredits31 awk "$awkprog" $files | LC_ALL=C sort -f | uniq >> $file
/PHP-8.2/ext/fileinfo/tests/
H A Dbug74170.phpt8 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/PHP-8.2/tests/lang/
H A Dbug30638.phpt5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/PHP-8.2/ext/date/tests/
H A Dstrftime_variation8.phpt8 setlocale(LC_ALL, "en_US");
H A Dgmstrftime_variation11.phpt9 setlocale(LC_ALL, "en_US");
H A Dgmstrftime_variation8.phpt9 setlocale(LC_ALL, "en_US");
H A Dstrftime_variation11.phpt8 setlocale(LC_ALL, "C");
H A Dgmstrftime_variation17.phpt9 setlocale(LC_ALL, "C");
H A Dstrftime_variation17.phpt8 setlocale(LC_ALL, "C");
H A Dgmstrftime_variation12.phpt15 setlocale(LC_ALL, "en_US");
H A Dstrftime_variation12.phpt14 setlocale(LC_ALL, "en_US");
H A Dgmstrftime_variation18.phpt15 setlocale(LC_ALL, "en_US");
H A Dstrftime_variation18.phpt14 setlocale(LC_ALL, "en_US");
H A Dgmstrftime_variation19.phpt9 setlocale(LC_ALL, "C");
H A Dstrftime_variation19.phpt8 setlocale(LC_ALL, "en_US");
H A Dgmstrftime_variation9.phpt9 setlocale(LC_ALL, "C");
H A Dstrftime_variation9.phpt8 setlocale(LC_ALL, "C");
H A Dgmstrftime_variation10.phpt15 setlocale(LC_ALL, "en_US");
H A Dgmstrftime_variation20.phpt15 setlocale(LC_ALL, "en_US");
/PHP-8.2/ext/filter/tests/
H A D033_run.inc2 setlocale(LC_ALL, 'C');
/PHP-8.2/ext/standard/tests/strings/
H A Dbug65230.phpt17 $newlocale = setlocale(LC_ALL, $locale);
H A Dbug65769.phpt18 $locale = setlocale(LC_ALL, $locale);
/PHP-8.2/ext/pdo_mysql/tests/
H A Dbug_41698.phpt18 setlocale(LC_ALL, "de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8");
/PHP-8.2/ext/gettext/
H A Dgettext.c150 if (category == LC_ALL) { in PHP_FUNCTION()
267 if (category == LC_ALL) { in PHP_FUNCTION()
/PHP-8.2/ext/ctype/tests/
H A Dlc_ctype_inheritance.phpt7 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }

Completed in 67 milliseconds

12345