Annotation of embedaddon/php/ext/bcmath/tests/bug60377.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: bcscale 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);
                     10: die('ALIVE');
                     11: ?>
                     12: --EXPECTF--
                     13: ALIVE

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>