summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests
Commit message (Expand)AuthorAgeFilesLines
* Migrate skip checks to --EXTENSIONS--, p1Max Semenik2021-03-2247-135/+95
* Add test cases for bcmath ValueErrorsAlex McLean2021-03-0310-0/+232
* Fixed bug #80545Jens de Nies2021-01-122-31/+100
* Fix memory leak with bcsqrt on number 0<X<1Nikita Popov2020-11-121-0/+2
* Update bcmath.scale when calling bcscale()Nikita Popov2020-10-211-0/+8
* Update gmp+bcmath parameter namesNikita Popov2020-09-292-2/+2
* Promote some warnings in BCMath to ErrorsGeorge Peter Banyard2020-09-119-32/+51
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-1/+0
* make bcpowmod stricter by not returning false, instead throw exceptionVladyslav Startsev2020-06-222-3/+25
* Ensure bcmath scale is between 0 and INT_MAXVladyslav Startsev2020-04-274-8/+91
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-174-5/+5
* Merge branch 'PHP-7.4'Stanislav Malyshev2019-12-161-1/+0
|\
| * Test fixesStanislav Malyshev2019-12-161-1/+0
* | Merge branch 'PHP-7.4'Stanislav Malyshev2019-12-161-0/+13
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-12-161-0/+13
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-12-161-0/+13
| | |\
| | | * Fix #78878: Buffer underflow in bc_shift_addsubChristoph M. Becker2019-12-161-0/+13
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-14/+14
| | | * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-192-10/+5
| | | |\
| | | | * Refix the tests once moreAnatol Belski2018-05-192-10/+5
| | | * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-194-2/+22
| | | |\ \ | | | | |/
| | | | * Fix remaining AppVeyor test failures due to the image updateAnatol Belski2018-05-194-2/+22
| | * | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-14/+14
* | | | | Clean DONE tags from testsFabien Villepinte2019-11-079-18/+0
* | | | | Elevate warnings to Error Exceptions in ext/bcmathChristoph M. Becker2019-10-283-9/+21
|/ / / /
* | | | Warn about non well-formed arguments in bcmathvladyslavstartsev2019-05-143-3/+72
* | | | Remove tests for zpp failure conditionsNikita Popov2019-03-0510-125/+0
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-14/+14
|/ / /
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-208-8/+8
* | | Add test for bcpwmodGabriel Caruso2018-02-121-0/+10
* | | Merge branch 'PHP-7.2'Sara Golemon2017-11-062-4/+4
|\ \ \ | |/ /
| * | Scale support for bcmod()Christoph M. Becker2017-11-062-4/+4
* | | Merge branch 'pull-request/2742'Christoph M. Becker2017-09-186-3/+73
|\ \ \
| * | | Fixed bug #66364 (BCMath bcmul ignores scale parameter)Christoph M. Becker2017-09-084-1/+71
* | | | Merge branch 'pull-request/2745'Christoph M. Becker2017-09-136-49/+36
|\ \ \ \
| * | | | Fixed bug #75169 (BCMath errors/warnings bypass error handling)Christoph M. Becker2017-09-096-49/+36
* | | | | Merge branch 'pull-request/2739'Christoph M. Becker2017-09-131-0/+18
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'pull-request/778' into bcscale-return-old-valueChristoph M. Becker2017-09-061-0/+18
| |\ \ \ \
| | * | | | Return old scale value from bcscale()Chris Wright2014-08-181-0/+18
* | | | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-111-0/+16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Fixed bug #46781 (BC math handles minus zero incorrectly)Christoph M. Becker2017-09-111-0/+16
* | | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-092-0/+24
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug75178.phpt on WindowsChristoph M. Becker2017-09-092-0/+24
* | | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-091-0/+18
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)Christoph M. Becker2017-09-091-0/+18
* | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-071-0/+16
|\ \ \ \ | |/ / /
| * | | Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)Christoph M. Becker2017-09-071-0/+16
* | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-061-0/+16
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fixed bug #44995 (bcpowmod() fails if scale != 0)Christoph M. Becker2017-09-061-0/+16
* | | Increased bcmath functions coverage tests using scale option parameterEdgar R. Sandi2017-03-274-0/+8