summaryrefslogtreecommitdiff
path: root/tests/lang
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespaces and fix code styleRod Elias2020-05-121-19/+19
* Make float to string casts locale-independentMáté Kocsis2020-05-081-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-04-291-7/+1
|\
| * Make 045.phpt busy waitNikita Popov2020-04-291-7/+1
* | fix test using short_tagRemi Collet2020-04-151-1/+1
* | Syntax errors caused by unclosed {, [, ( mention specific locationAlex Dowad2020-04-141-0/+57
* | Promote some warnings to Errors in Zend basic functionsGeorge Peter Banyard2020-03-314-20/+36
* | Improve undefined variable error messagesMáté Kocsis2020-03-316-39/+39
* | Improve error message of foreachMáté Kocsis2020-03-093-9/+9
* | Change argument error message formatMáté Kocsis2020-02-264-4/+4
* | Use serialize_precision for var_dump()Nikita Popov2020-02-2515-552/+552
* | Make type error messages more consistentMáté Kocsis2020-02-174-4/+4
* | Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-072-29/+39
* | Reindent phpt filesNikita Popov2020-02-03152-1477/+1477
* | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-172-2/+2
* | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | Make constant() error handling consistent with plain const lookupNikita Popov2020-01-101-3/+6
* | Add warning and convert to exception in string offset assignment:George Peter Banyard2020-01-071-0/+2
* | Clean DONE tags from testsFabien Villepinte2019-11-0782-166/+0
* | Replace "unexpected character" warning with ParseErrorNikita Popov2019-10-041-3/+1
* | Convert some notices to warningsNikita Popov2019-10-027-45/+45
* | Promote write "use scalar as array" warning to ErrorNikita Popov2019-09-272-8/+13
* | Throw Error when writing property of non-objectNikita Popov2019-09-275-202/+43
* | Canonicalize typed prop/param default value errorsNikita Popov2019-09-231-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-102-2/+5
|\ \ | |/
| * Throw notice on array access on illegal typeNikita Popov2019-07-102-2/+5
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-154-5/+5
|\ \ | |/
| * Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-154-5/+5
| * Fix tests bareword fallback with error suppressionNikita Popov2019-02-251-56/+56
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-9/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-201-0/+0
|\ \ | |/
| * Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-181-0/+0
|\ \ | |/
| * run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-143-1/+63
|\ \ | |/
| * Fixed bug #75921David Walker2019-02-143-1/+63
* | Remove $errcontext argument to error handlersNikita Popov2019-02-051-1/+1
* | Remove bareword fallback for constantsNikita Popov2019-01-311-56/+56
* | Remove error_reporting assignments in some testsNikita Popov2019-01-301-2/+0
* | Remove static calls to non-static methodsNikita Popov2019-01-303-101/+119
* | Remove each()Nikita Popov2019-01-292-86/+0
* | Remove special treatment of strings in assertsNikita Popov2019-01-291-21/+0
* | Remove create_function()Nikita Popov2019-01-283-59/+0
|/
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1554-62/+1
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1421-31/+31
* Trim trailing whitespace in testsGabriel Caruso2018-10-14154-405/+405
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Make more tests run on 64bit plataformsGabriel Caruso2018-07-303-12/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+1
* Improve HashTable iterators handling:Dmitry Stogov2018-03-222-26/+44