|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull Requests
Pull requests: 
 HistoryAllCommentsChangesGit/SVN commits              [2019-07-02 06:42 UTC] cmb@php.net
  [2019-07-18 13:30 UTC] test267 at yopmail dot com
  [2019-11-07 11:30 UTC] nikic@php.net
 
-PHP Version: 7.4.0alpha2
+PHP Version: 7.3.11
  [2021-07-16 12:51 UTC] cmb@php.net
 
-Status:      Open
+Status:      Verified
-Assigned To:
+Assigned To: cmb
  [2021-07-16 12:51 UTC] cmb@php.net
  [2021-07-16 14:02 UTC] git@php.net
  [2021-07-16 14:02 UTC] git@php.net
 
-Status: Verified
+Status: Closed
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 09:00:01 2025 UTC | 
Description: ------------ Not sure if we care about not returning "-0". If we do, the reproduce code is: echo bcadd("0", "-0.1"); // returns "-0" Used to work back in PHP 4 (!!!) never worked in 5 and 7 https://3v4l.org/hammP Thanks