summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bug60377.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bug60377.phpt')
-rw-r--r--ext/bcmath/tests/bug60377.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bcmath/tests/bug60377.phpt b/ext/bcmath/tests/bug60377.phpt
index 7c42002917..af7f7d44fd 100644
--- a/ext/bcmath/tests/bug60377.phpt
+++ b/ext/bcmath/tests/bug60377.phpt
@@ -1,7 +1,8 @@
--TEST--
bcscale related problem on 64bits platforms
--SKIPIF--
-<?php if(!extension_loaded("bcmath")) print "skip"; ?>
+<?php if(!extension_loaded("bcmath")) die("skip");
+if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
--FILE--
<?php
$var48 = bcscale(634314234334311);