We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742b7d8 commit 2f2fb1fCopy full SHA for 2f2fb1f
Zend/tests/lc_ctype_inheritance.phpt
@@ -2,6 +2,9 @@
2
Do not inherit LC_CTYPE from environment
3
--SKIPIF--
4
<?php
5
+if (PHP_OS_FAMILY === 'Darwin' && version_compare(php_uname('r'), '24.0.0', '>=')) {
6
+ die('skip macOS 15 inherits LC_CTYPE into the thread locale');
7
+}
8
if (!setlocale(LC_CTYPE, "de_DE", "de-DE")) die("skip requires de_DE locale");
9
?>
10
--ENV--
0 commit comments