summaryrefslogtreecommitdiff
path: root/ext/standard/tests/image
Commit message (Expand)AuthorAgeFilesLines
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+1
* Update ext/standard parameter namesNikita Popov2020-09-291-1/+1
* Run tidyNikita Popov2020-09-188-16/+16
* Make null byte error a ValueErrorNikita Popov2020-09-081-2/+4
* Fix fix for bug #79877 for PHP 8Christoph M. Becker2020-08-031-2/+3
* Fix #79877: getimagesize function silently truncates after a null byteChristoph M. Becker2020-08-031-0/+9
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2413-73/+0
* Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-271-1/+1
* Improve undefined variable error messagesMáté Kocsis2020-03-311-2/+2
* Reindent phpt filesNikita Popov2020-02-039-87/+87
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-173-4/+4
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-2/+2
* Clean DONE tags from testsFabien Villepinte2019-11-0714-28/+0
* Fix bug #77204peter279k2019-10-021-2/+2
* Convert some notices to warningsNikita Popov2019-10-021-4/+4
* Merge branch 'PHP-7.4'Peter Kokot2019-05-167-5/+5
|\
| * Rename *.tif to *.tiff for consistencyPeter Kokot2019-05-167-5/+5
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-051-70/+0
|\ \ | |/
| * Remove duplicate getimagesize_variation_003 testpeter279k2019-05-051-70/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-1517-23/+23
|\ \ | |/
| * Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1517-23/+23
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-16/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-072-73/+0
|\ \ | |/
| * More zpp error/variation test removalsNikita Popov2019-03-072-73/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-101-0/+12
|\ \ | |/
| * Added test for non existent file for iptcembedMark Niebergall2019-02-101-0/+12
* | Remove $errcontext argument to error handlersNikita Popov2019-02-051-1/+1
|/
* Remove zpp variation testsNikita Popov2019-02-052-339/+0
* Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-01-301-0/+110
|\
| * Fix #77546 iptcembed broken functionGuillaume Degoulet2019-01-301-0/+110
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1511-11/+9
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-48/+48
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1511-11/+9
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-1418-29/+29
* | Trim trailing whitespace in testsGabriel Caruso2018-10-1412-19/+19
* | Fix permissionsPeter Kokot2018-09-212-0/+0
|/
* Remove superfluous SKIPIF sections of always available constantsGabriel Caruso2018-07-307-36/+2
* Remove superfluous SKIPIF sections of always available functionsGabriel Caruso2018-07-293-6/+0
* Merge branch 'PHP-7.2'Christoph M. Becker2018-06-302-0/+32
|\
| * Fix #71848: getimagesize with $imageinfo returns falseChristoph M. Becker2018-06-302-0/+32
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-204-4/+4
* | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1
* | Use int instead of integer in type errorsGabriel Caruso2018-02-042-8/+8
* | Change getimagesize() and friends to report image/bmpChristoph M. Becker2017-08-035-9/+9
|/
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-07-302-3/+3
|\
| * Shrink another large imageChristoph M. Becker2017-07-302-3/+3
* | Remove channels from getimagesize() results for WebPChristoph M. Becker2016-10-081-6/+2
* | Add VP8X support to getimagesize() and friendsChristoph M. Becker2016-10-083-2/+19
* | Fix WSChristoph M. Becker2016-10-081-9/+9
* | Add VP8L support to getimagesize() and friendsChristoph M. Becker2016-10-083-2/+21