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