diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-04-20 16:14:37 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-04-20 16:14:37 +0000 |
| commit | d66080d6f0bd51f7e03425617aac3c3380eca347 (patch) | |
| tree | 6c919a70f516000b18ae0d860a10484aa068147b | |
| parent | 0f99cf14c177d387696d9de8839d45035c894cfc (diff) | |
| download | php-git-d66080d6f0bd51f7e03425617aac3c3380eca347.tar.gz | |
make this test 32bit only
| -rw-r--r-- | ext/standard/tests/array/bug41121.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/tests/array/bug41121.phpt b/ext/standard/tests/array/bug41121.phpt index 4cd188ddca..7b9bd4b36a 100644 --- a/ext/standard/tests/array/bug41121.phpt +++ b/ext/standard/tests/array/bug41121.phpt @@ -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 |
