1--TEST--
2bcscale() with negative argument
3--SKIPIF--
4<?php if(!extension_loaded("bcmath")) print "skip"; ?>
5--INI--
6bcmath.scale=0
7--FILE--
8<?php
9bcscale(-4);
10echo bcdiv("20.56", "4");
11?>
12--EXPECTF--
135