Skip to content

Commit 0affea1

Browse files
author
Raghubansh Kumar
committed
Run only on 32-bit OS
1 parent ebf7807 commit 0affea1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ if ( substr(PHP_OS, 0, 3) == 'WIN' ) {
88
if ( substr(PHP_OS, 0, 3) == 'MAC' ) {
99
die('skip Not valid for MacOS');
1010
}
11+
if (PHP_INT_SIZE != 4) {
12+
die("skip this test is for 32bit platform only");
13+
}
1114
?>
1215
--FILE--
1316
<?php

0 commit comments

Comments
 (0)