diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-04-20 07:55:21 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-04-20 07:55:21 +0000 |
| commit | 18af8baa44ca85d1ee30b07d4bbff438b11f49af (patch) | |
| tree | 1a7b5c1a5b33234b5a9c3b430098055c77e0b51e | |
| parent | c34806e1455a8b28ff1df0850a05e204acbc2316 (diff) | |
| download | php-git-18af8baa44ca85d1ee30b07d4bbff438b11f49af.tar.gz | |
MFH
| -rw-r--r-- | Zend/tests/double_to_string.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/double_to_string.phpt b/Zend/tests/double_to_string.phpt index e6c66e2530..d5793b192a 100644 --- a/Zend/tests/double_to_string.phpt +++ b/Zend/tests/double_to_string.phpt @@ -1,5 +1,7 @@ --TEST-- double to string conversion tests +--SKIPIF-- +<?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?> --FILE-- <?php |
