summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math
Commit message (Expand)AuthorAgeFilesLines
* Remove quicktesterGeorge Peter Banyard2021-02-254-181/+330
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-1161-585/+126
* Implement Explicit octal notation for integers RFCGeorge Peter Banyard2021-01-045-0/+94
* Update ext/standard parameter namesNikita Popov2020-09-2918-109/+109
* Run tidyNikita Popov2020-09-181-2/+2
* Allow number_format to be only passed 3 argumentsGeorge Peter Banyard2020-08-132-0/+26
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-095-0/+4
* Add more argument types to stubsMáté Kocsis2020-08-0714-141/+176
* Relax precision in atan testNikita Popov2020-08-041-165/+167
* Relax precision in hypot testNikita Popov2020-08-041-101/+101
* Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-293-50/+20
* Replace EXPECTF when possibleFabien Villepinte2020-06-295-5/+5
* Drop non-well formed numeric strings from math function testsGeorge Peter Banyard2020-06-2817-180/+12
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2460-176/+0
* Improve type error messages when an object is givenMáté Kocsis2020-05-267-7/+7
* Make numeric operations on resources, arrays and objects type errorsNikita Popov2020-05-053-9/+3
* Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-271-1/+1
* Improve a last couple of argument error messagesMáté Kocsis2020-04-201-2/+2
* Improve "unsupported operands" errorNikita Popov2020-04-013-3/+3
* Improve argument error messages in ext/standardMáté Kocsis2020-03-181-1/+1
* Change argument error message formatMáté Kocsis2020-02-269-42/+42
* Use serialize_precision for var_dump()Nikita Popov2020-02-2550-711/+719
* Make type error messages more consistentMáté Kocsis2020-02-179-42/+42
* Reindent phpt filesNikita Popov2020-02-0387-1062/+1062
* Promote warning to exception in log() functionMáté Kocsis2019-12-051-3/+7
* Clean DONE tags from testsFabien Villepinte2019-11-0772-144/+0
* Promote base_convert "invalid base" errors to ValueErrorNikita Popov2019-10-291-9/+13
* Throw "Unsupported operand types" error when using ** on arraysNikita Popov2019-10-293-12/+24
* Expect number argument in round()Nikita Popov2019-10-291-14/+16
* Add fdiv() functionNikita Popov2019-10-111-0/+78
* Convert some notices to warningsNikita Popov2019-10-021-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2019-07-0815-12/+416
|\
| * Deprecate passing invalid character to base_convert etcScott Dutton2019-07-0815-14/+438
* | Fix two 32-bit tests for zpp changesNikita Popov2019-06-122-10/+14
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-3/+7
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-3/+6
* | Expect string argument in hexdec, octdec, bindecNikita Popov2019-06-033-18/+24
* | Add Z_PARAM_NUMBER and use it for some functionsNikita Popov2019-06-033-36/+42
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-1519-19/+19
|\ \ | |/
| * Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1519-19/+19
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-1119-108/+2
|/
* More zpp error/variation test removalsNikita Popov2019-03-082-58/+0
* More zpp error/variation test removalsNikita Popov2019-03-0740-1028/+0
* Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* Remove zpp variation testsNikita Popov2019-02-0523-4323/+0
* Remove local variablesPeter Kokot2019-02-032-2/+2
* Make more tests run os MacOSGabriel Caruso2019-01-221-4/+0
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1564-82/+39
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1490-131/+131