mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fix #78238: BCMath returns "-0"
This commit is contained in:
commit
9fbcaa57aa
5 changed files with 32 additions and 3 deletions
|
@ -120,6 +120,8 @@ _PROTOTYPE(int bc_compare, (bc_num n1, bc_num n2));
|
|||
|
||||
_PROTOTYPE(char bc_is_zero, (bc_num num));
|
||||
|
||||
_PROTOTYPE(char bc_is_zero_for_scale, (bc_num num, int scale));
|
||||
|
||||
_PROTOTYPE(char bc_is_near_zero, (bc_num num, int scale));
|
||||
|
||||
_PROTOTYPE(char bc_is_neg, (bc_num num));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue