summaryrefslogtreecommitdiff
path: root/ext/json/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix json_encode regression with JSON_PRETTY_PRINTTyson Andre2021-03-271-0/+55
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-113-6/+4
* Run tidyNikita Popov2020-09-182-2/+2
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-092-2/+2
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-095-0/+5
* Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-2874-170/+8
* Make float to string casts locale-independentMáté Kocsis2020-05-081-3/+3
* Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-271-1/+1
* Improve some ValueError messagesMáté Kocsis2020-04-062-2/+2
* Use serialize_precision for var_dump()Nikita Popov2020-02-252-7/+7
* var_dump(): Don't skip recursion detection on first levelNikita Popov2020-02-121-4/+1
* Reindent phpt filesNikita Popov2020-02-0328-238/+238
* Convert warnings to ValueErrorGeorge Peter Banyard2019-12-082-8/+14
* Clean DONE tags from testsFabien Villepinte2019-11-077-14/+0
* Merge branch 'PHP-7.4'Christoph M. Becker2019-09-041-0/+2
|\
| * Add the last missing SKIPIFFabien Villepinte2019-09-041-0/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-291-0/+16
|\ \ | |/
| * Adds json_encode test for unpacked arraysJury2019-04-291-0/+16
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-231-0/+25
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-231-0/+25
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-231-0/+25
| | |\
| | | * Fixed bug #77843Nikita Popov2019-04-231-0/+25
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-6/+0
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-21/+21
| | * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-6/+0
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-21/+21
* | | | Adjust tests for zpp TypeError changeNikita Popov2019-03-114-37/+15
|/ / /
* | | More zpp error/variation test removalsNikita Popov2019-03-071-28/+0
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-6/+0
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-1414-21/+21
|/ /
* | Make more tests run on 64bit plataformsGabriel Caruso2018-07-301-2/+1
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2017-17/+17
* | Add missing SKIPIF sectionsGabriel Caruso2018-02-034-0/+9
* | Add tests for `json_decode` with depth below 0Nat Zimmermann2018-01-241-0/+8
* | Merge branch 'PHP-7.2'Jakub Zelenka2017-12-306-6/+4
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2017-12-306-6/+4
| |\
| | * Use seialize_precision instead of precision in all json testsJakub Zelenka2017-12-306-6/+6
* | | Merge JSON_THROW_ON_ERRORAndrea Faulds2017-10-223-0/+154
|/ /
* | Fix bug #68567 (JSON_PARTIAL_OUTPUT_ON_ERROR can result in JSON with null key)Jakub Zelenka2017-10-151-0/+14
* | Prevent from being affected by local php.iniXinchen Hui2017-10-136-1/+11
* | Fix segfault in json ignoring of invalid UTF8Jakub Zelenka2017-08-061-1/+20
* | Add JSON_INVALID_UTF8_SUBSTITUTE and JSON_INVALID_UTF8_IGNOREJakub Zelenka2017-07-162-0/+60
* | Don't suppress warnings in testsCraig Duncan2017-04-023-6/+0
* | Allow JSON_OBJECT_AS_ARRAY option to actually have meaningSara Golemon2017-03-171-0/+28
* | json_encode(): Detect recursion earlierNikita Popov2016-11-193-4/+4
|/
* Introduce json encoder to fix globals related issuesJakub Zelenka2016-10-302-0/+40
* Merge branch 'PHP-7.0' into PHP-7.1Julien Pauli2016-09-192-1/+24
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-09-191-0/+24
| |\
| | * Do not wrap user exception in case of custom JSON serializationJulien Pauli2016-09-191-0/+24
* | | Add test for fixed bug #68992Jakub Zelenka2016-08-291-0/+30