]> granicus.if.org Git - php/commitdiff
make this test 32bit only
authorAntony Dovgal <tony2001@php.net>
Fri, 20 Apr 2007 16:14:37 +0000 (16:14 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 20 Apr 2007 16:14:37 +0000 (16:14 +0000)
ext/standard/tests/array/bug41121.phpt

index 4cd188ddca94e159b49514ffcc273ef54cd94a3c..7b9bd4b36a411d81836ed3d72c4db3b9b4004ce3 100644 (file)
@@ -1,6 +1,7 @@
 --TEST--
 Bug #41121 (range() overflow handling for large numbers on 32bit machines)
 --SKIPIF--
+<?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
 --FILE--
 <?php