mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
2fe7719a44
fixes #16265 closes #16697
13 lines
220 B
PHP
13 lines
220 B
PHP
--TEST--
|
|
GH-16265 Segmentation fault (index oob) in ext/bcmath/libbcmath/src/convert.c:155
|
|
--EXTENSIONS--
|
|
bcmath
|
|
--INI--
|
|
bcmath.scale=0
|
|
--FILE--
|
|
<?php
|
|
echo bcdiv('-0.01', -12.3456789000e10, 9);
|
|
?>
|
|
--EXPECT--
|
|
0.000000000
|