summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve error message of foreachMáté Kocsis2020-03-094-10/+10
* Define Stringable with __toString():string methodNicolas Grekas2020-03-022-5/+5
* Change argument error message formatMáté Kocsis2020-02-2625-78/+78
* Use serialize_precision for var_dump()Nikita Popov2020-02-2515-552/+552
* Make type error messages more consistentMáté Kocsis2020-02-1725-318/+318
* Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-073-30/+43
* Reindent phpt filesNikita Popov2020-02-03372-3491/+3491
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-1729-111/+111
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* Make constant() error handling consistent with plain const lookupNikita Popov2020-01-103-11/+20
* Fix #65274: Add class name to undef class constant errorNikita Popov2020-01-082-2/+2
* Add warning and convert to exception in string offset assignment:George Peter Banyard2020-01-071-0/+2
* Fix #78880: Spelling error reportChristoph M. Becker2019-12-211-5/+5
* Merge branch 'PHP-7.4'Christoph M. Becker2019-12-121-0/+16
|\
| * Fix #78929: plus signs in cookie values are converted to spacesKachalin Alexey2019-12-121-0/+16
* | Only accept string as the format parameter of *printf() functionsMáté Kocsis2019-12-091-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-0512-202/+52
|\ \ | |/
| * Fix timeout testsNikita Popov2019-12-0512-202/+52
* | Clean DONE tags from testsFabien Villepinte2019-11-07123-245/+4
* | Convert warnings to Errors in sprintf() functionskharhamel2019-10-281-3/+6
* | Merge branch 'PHP-7.4'Fabien Villepinte2019-10-208-1/+29
|\ \ | |/
| * Improve the error message in timeout testsFabien Villepinte2019-10-208-1/+29
* | Merge branch 'PHP-7.4'Nikita Popov2019-10-101-5/+1
|\ \ | |/
| * Return error_zval form get_property_ptr_ptr on exceptionNikita Popov2019-10-101-5/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-10-101-5/+8
|\ \ | |/
| * Explicitly check for exceptions in by-ref obj prop assignNikita Popov2019-10-101-5/+8
* | Replace "unexpected character" warning with ParseErrorNikita Popov2019-10-041-3/+1
* | Convert some notices to warningsNikita Popov2019-10-0215-53/+53
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-301-1/+1
|\ \ | |/
| * Fix borked SKIPIFsFabien Villepinte2019-09-301-1/+1
* | Promote write "use scalar as array" warning to ErrorNikita Popov2019-09-272-8/+13
* | Convert "Illegal offset type" warnings to exceptionsNikita Popov2019-09-271-5/+8
* | Throw Error when writing property of non-objectNikita Popov2019-09-276-358/+43
* | Canonicalize typed prop/param default value errorsNikita Popov2019-09-231-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-123-3/+15
|\ \ | |/
| * Allow throwing exception while loading parent classNikita Popov2019-09-123-3/+15
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-232-4/+4
|\ \ | |/
| * Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-232-4/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-193-6/+34
|\ \ | |/
| * Deprecate alternative array access syntaxrjhdby2019-07-193-8/+34
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-121-7/+7
|\ \ | |/
| * Swap implode() argument order in some testsNikita Popov2019-07-121-7/+7
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-111-1/+3
|\ \ | |/
| * Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-111-1/+3
* | 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'Nikita Popov2019-07-081-5/+5
|\ \ | |/
| * Make busy wait busierNikita Popov2019-07-081-5/+5
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-112-11/+2
|\ \ | |/
| * Register class before fetching parentNikita Popov2019-06-112-11/+2