Max Semenik
56f90492d6
Migrate skip checks to --EXTENSIONS--, p1
...
For rationale, see https://github.com/php/php-src/pull/6787
Extensions migrated in this part:
* bcmath
* bz2
* calendar
* com_dotnet
* ctype
Closes GH-6797.
2021-03-22 17:51:02 +01:00
Máté Kocsis
7aacc705d0
Add many missing closing PHP tags to tests
...
Closes GH-5958
2020-08-09 22:03:36 +02:00
Vladyslav Startsev
b64aee9706
Ensure bcmath scale is between 0 and INT_MAX
...
Make sure bcmatch scale is between 0 and INT_MAX, both for the
ini setting, and all the functions accepting a scale argument.
A ValueError is thrown if a function argument is out of range.
Closes GH-5455.
2020-04-27 11:53:26 +02:00
vladyslavstartsev
a07d422ade
Warn about non well-formed arguments in bcmath
...
Co-Authored-By: Nikita Popov <nikita.ppv@googlemail.com >
Co-Authored-By: Christoph M. Becker <cmbecker69@gmx.de >
2019-05-14 15:04:21 +02:00
Gabriel Caruso
ded3d984c6
Use EXPECT instead of EXPECTF when possible
...
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
2018-02-20 21:53:48 +01:00
Andrea Faulds
1392102b0c
Updated or skipped certain 32-bit tests
2014-12-17 01:06:48 +00:00
Mateusz Kocielski
63b8ff7619
- Fixed bug #60337 bcscale related crashed on 64bits platforms
2011-11-19 12:46:43 +00:00