1--TEST--
2bcadd() incorrect argument count
3--EXTENSIONS--
4bcmath
5--INI--
6bcmath.scale=-2
7--FILE--
8<?php
9echo bcadd("-4.27", "7.3");
10?>
11--EXPECT--
123
13