]> granicus.if.org Git - php/commitdiff
Run only on 32-bit OS
authorRaghubansh Kumar <kraghuba@php.net>
Sun, 8 Jul 2007 05:01:11 +0000 (05:01 +0000)
committerRaghubansh Kumar <kraghuba@php.net>
Sun, 8 Jul 2007 05:01:11 +0000 (05:01 +0000)
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt

index 7684f1d5b3ea83fb534f6ac3347913be881e2d7b..29ef734934283e71920095b7f98a2a2fc919c921 100644 (file)
@@ -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