summaryrefslogtreecommitdiff
path: root/sapi/cli/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Máté Kocsis2020-10-231-1/+2
|\
| * Require stubs to declare return types for magic methods when possibleMáté Kocsis2020-10-231-1/+2
* | Use ephemeral port in more server testsNikita Popov2020-10-2310-87/+89
|/
* Add test for zend_extension loadingNikita Popov2020-10-211-0/+65
* Review parameter names in ext/pcreMáté Kocsis2020-10-021-10/+10
* Update ext/standard parameter namesNikita Popov2020-09-291-2/+2
* Improve default value handling of Exception constructorsMáté Kocsis2020-09-211-2/+2
* Run tidyNikita Popov2020-09-1822-37/+37
* Add missing param type to pcre reflection testMáté Kocsis2020-09-151-1/+1
* ensure installed ini don't interfereRemi Collet2020-08-211-1/+1
* Fixed bug #62294Nikita Popov2020-08-102-0/+17
* Fixed bug #65275Nikita Popov2020-08-102-0/+19
* Fixed bug #77561Nikita Popov2020-08-102-0/+14
* Merge branch 'PHP-7.4'Nikita Popov2020-08-051-1/+6
|\
| * Check ps -p availability in process title testNikita Popov2020-08-051-1/+6
* | Make http stream wrapper advertise HTTP/1.1 by defaultRowan Tommins2020-08-032-5/+5
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-291-2/+4
|\ \ | |/
| * Prevent test case from stallingChristoph M. Becker2020-07-291-2/+4
* | Skip upload_2G.phpt if disk_free_space() <= 2GBTyson Andre2020-07-191-0/+4
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-102-3/+3
* | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-8/+8
* | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | Fix test wrt. commit 1a2732f9a8b3d62471b360f772b5458f78046f80Christoph M. Becker2020-06-221-1/+1
* | Fix CLI test if linked against libeditNikita Popov2020-06-181-1/+1
* | Make Exception::$previous a typed propertyNikita Popov2020-05-281-2/+2
* | Make Exception::$trace typed array propertyNikita Popov2020-05-281-2/+2
* | Generate method entries from stubs for Zend classesMáté Kocsis2020-04-261-1/+7
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-083-26/+26
* | Merge branch 'PHP-7.4'Nikita Popov2020-04-0833-251/+83
|\ \ | |/
| * Add php_cli_server_connect() helperNikita Popov2020-04-0833-251/+83
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-081-2/+1
|\ \ | |/
| * Relax overly strict test expectationChristoph M. Becker2020-04-081-2/+1
* | Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-11/+11
* | Remove <default> prefix from reflection dumpNikita Popov2020-04-021-8/+8
* | Define Stringable with __toString():string methodNicolas Grekas2020-03-021-2/+3
* | Add preg_last_error_msg() functionNicolas Oelgart2020-02-251-0/+6
* | Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-9/+9
* | Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-9/+9
* | Reindent phpt filesNikita Popov2020-02-0337-215/+215
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-272-1/+79
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-272-1/+79
| |\
| | * Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-272-1/+79
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-172-5/+5
* | | Add union return types for function stubsMáté Kocsis2019-11-111-0/+8
* | | Clean DONE tags from testsFabien Villepinte2019-11-074-8/+0
* | | Add stubs for various standard functionsMáté Kocsis2019-10-301-2/+3
* | | Add Zend class/interface arginfo stubsChristoph M. Becker2019-10-151-4/+34
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-302-4/+10
|\ \ \ | |/ /
| * | Fix borked SKIPIFsFabien Villepinte2019-09-302-4/+10
* | | Standardize type printing in reflectionNikita Popov2019-09-231-1/+1