Skip to content

Commit 4ea8699

Browse files
committed
[skip ci] Skip failing mbstring test on Windows x86 32-bit
1 parent 5859297 commit 4ea8699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mbstring/tests/utf_encodings.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ mbstring
55
--SKIPIF--
66
<?php
77
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");
89
?>
910
--FILE--
1011
<?php

0 commit comments

Comments
 (0)