summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* run-tests: use the EXTENSIONS section for skippingMax Semenik2021-03-224-26/+13
* Implement enumsIlija Tovilo2021-03-171-1/+1
* Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-017-90/+90
* Remove quicktesterGeorge Peter Banyard2021-02-252-83/+5
* Merge branch 'PHP-8.0'Nikita Popov2021-01-191-1/+1
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-01-191-1/+1
| |\
| | * Fixed bug #42560sj-i2021-01-191-1/+1
* | | Implement Explicit octal notation for integers RFCGeorge Peter Banyard2021-01-046-0/+580
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-231-0/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-231-0/+28
| |\ \ | | |/
| | * Fix #80384: limit read buffer sizeAdam Seitz2020-12-231-0/+28
* | | Use ephemeral port in more server testsNikita Popov2020-10-231-2/+0
|/ /
* | Merge branch 'PHP-7.4'Stanislav Malyshev2020-09-283-4/+32
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-09-283-4/+32
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-09-283-4/+32
| | |\
| | | * Do not decode cookie names anymoreStanislav Malyshev2020-09-263-4/+32
| | | * Backport test fixNikita Popov2019-07-021-56/+56
* | | | Run tidyNikita Popov2020-09-1828-53/+53
* | | | Promote a few remaining errors in ext/standardMáté Kocsis2020-09-151-1/+1
* | | | Convert Division by 0 warnings to Error per the Engine Warning RFCGeorge Peter Banyard2020-09-142-31/+37
* | | | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-095-7/+7
* | | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0945-2/+43
* | | | Only force log startup errors if display_startup_errors disabledNikita Popov2020-08-051-1/+1
* | | | Promote "undefined array key" notice to warningNikita Popov2020-08-034-8/+8
* | | | Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-2914-769/+777
* | | | Permit trailing whitespace in numeric stringsAndrea Faulds2020-07-295-14/+14
* | | | Fix #78236: convert error on receiving variables when duplicate [Christoph M. Becker2020-07-231-0/+17
* | | | Improved number to string comparison semanticsNikita Popov2020-07-228-41/+41
* | | | Cleanup argument handling of Zend functions and methodsMáté Kocsis2020-07-214-10/+19
* | | | Unify static/non-static check for magic methodsNikita Popov2020-07-201-76/+0
* | | | Fix #79805: sapi_windows_vt100_support throws TypeErrorChristoph M. Becker2020-07-1613-661/+252
* | | | Ignore inheritance rules on private methodsPedro Magalhães2020-07-155-1/+103
* | | | Improve output of tokens in Parse ErrorsRowan Tommins2020-07-132-2/+2
* | | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-1061-71/+71
* | | | Mark test as XFAIL for Windows/JIT/Release buildsChristoph M. Becker2020-07-101-0/+6
* | | | [ci skip] Various typo fixes in stub comments and CHANGES fileAyesh Karunaratne2020-06-252-2/+2
* | | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2421-90/+33
* | | | Fix BC break of zend_throw_exceptiontwosee2020-06-061-0/+14
* | | | Fixed bug #72089: Throw Error on require failureNikita Popov2020-06-051-1/+4
* | | | Improve type error messages when an object is givenMáté Kocsis2020-05-262-4/+4
* | | | Remove depreacted curly brace offset syntaxGeorge Peter Banyard2020-05-221-38/+0
* | | | Honor script time limit when calling shutdown functionsAlex Dowad2020-05-132-4/+1
* | | | Display errors in shutdown function timeout testNikita Popov2020-05-121-4/+3
* | | | Trim trailing whitespaces and fix code styleRod Elias2020-05-121-19/+19
* | | | Make float to string casts locale-independentMáté Kocsis2020-05-082-1/+31
* | | | Completely remove disabled functions from function tableNikita Popov2020-04-301-3/+7
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-04-291-7/+1
|\ \ \ \ | |/ / /
| * | | Make 045.phpt busy waitNikita Popov2020-04-291-7/+1
* | | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-276-6/+6
* | | | Slipt error messages while checking magic methods attributesGabriel Caruso2020-04-272-2/+2