Browse Source

Run only on 32-bit OS

experimental/5.2-WITH_DRCP
Raghubansh Kumar 19 years ago
parent
commit
0affea112a
  1. 3
      ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt

3
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt

@ -8,6 +8,9 @@ if ( substr(PHP_OS, 0, 3) == 'WIN' ) {
if ( substr(PHP_OS, 0, 3) == 'MAC' ) {
die('skip Not valid for MacOS');
}
if (PHP_INT_SIZE != 4) {
die("skip this test is for 32bit platform only");
}
?>
--FILE--
<?php

Loading…
Cancel
Save