summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-04-20 07:55:21 +0000
committerAntony Dovgal <tony2001@php.net>2007-04-20 07:55:21 +0000
commit18af8baa44ca85d1ee30b07d4bbff438b11f49af (patch)
tree1a7b5c1a5b33234b5a9c3b430098055c77e0b51e
parentc34806e1455a8b28ff1df0850a05e204acbc2316 (diff)
downloadphp-git-18af8baa44ca85d1ee30b07d4bbff438b11f49af.tar.gz
MFH
-rw-r--r--Zend/tests/double_to_string.phpt2
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