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 5859297 commit 4ea8699Copy full SHA for 4ea8699
ext/mbstring/tests/utf_encodings.phpt
@@ -5,6 +5,7 @@ mbstring
5
--SKIPIF--
6
<?php
7
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
8
+if (substr(PHP_OS, 0, 3) === 'WIN' && PHP_INT_SIZE === 4) die("skip not for Windows x86");
9
?>
10
--FILE--
11
0 commit comments