diff options
Diffstat (limited to 'ext/zlib/tests/readgzfile_variation11.phpt')
| -rw-r--r-- | ext/zlib/tests/readgzfile_variation11.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/zlib/tests/readgzfile_variation11.phpt b/ext/zlib/tests/readgzfile_variation11.phpt index 01dc78721d..6dd9c2ff39 100644 --- a/ext/zlib/tests/readgzfile_variation11.phpt +++ b/ext/zlib/tests/readgzfile_variation11.phpt @@ -3,6 +3,7 @@ Test function readgzfile() by substituting argument 2 with float values. --SKIPIF-- <?php if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build'); +if (PHP_INT_SIZE != 8) die('skip 64-bit only'); ?> --FILE-- <?php @@ -61,4 +62,4 @@ Destiny who cares as it turns around and I know that it descends down on me int(176) -===DONE===
\ No newline at end of file +===DONE=== |
