xref: /php-src/ext/bcmath/tests/gh16265.phpt (revision 2fe7719a)
1--TEST--
2GH-16265 Segmentation fault (index oob) in ext/bcmath/libbcmath/src/convert.c:155
3--EXTENSIONS--
4bcmath
5--INI--
6bcmath.scale=0
7--FILE--
8<?php
9echo bcdiv('-0.01', -12.3456789000e10, 9);
10?>
11--EXPECT--
120.000000000
13