summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bug60377.phpt
blob: 7c420029177efe22fb82e20810a57d5e2b5f57a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
bcscale related problem on 64bits platforms
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--FILE--
<?php
$var48 = bcscale(634314234334311);
$var67 = bcsqrt(false);
$var414 = bcadd(false,null,10);
die('ALIVE');
?>
--EXPECTF--
ALIVE