summaryrefslogtreecommitdiff
path: root/ext/json/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2016-08-141-0/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-08-141-0/+15
| |\ \ | | |/
| | * Fixed bug #72787 (json_decode reads out of bounds)Jakub Zelenka2016-08-141-0/+15
* | | Fixed test according to FR #46600 ("_empty_" key in objects)Dmitry Stogov2016-06-221-3/+3
* | | Use empty keys instead of _empty_ in json decodingJakub Zelenka2016-06-203-9/+9
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-061-32/+0
|\ \ \ | |/ /
| * | Revert "Fixed bug #72170 (JsonSerializable may inc apply count without dec it)"Xinchen Hui2016-05-061-32/+0
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-061-0/+32
|\ \ \ | |/ /
| * | Fixed bug #72170 (JsonSerializable may inc apply count without dec it)Xinchen Hui2016-05-061-0/+32
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-04-221-0/+29
|\ \ \ | |/ /
| * | Fixed bug #72069 (Behavior \JsonSerializable different from json_encode)Xinchen Hui2016-04-221-0/+29
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-03-221-0/+10
|\ \ \ | |/ /
| * | Update test scriptXinchen Hui2016-03-221-0/+10
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-03-211-0/+17
|\ \ \ | |/ /
| * | Fix bug #71835 (json_encode sometimes incorrectly detects recursion with Json...Jakub Zelenka2016-03-201-0/+17
* | | json_encode: Escape U+2028 and U+2029 more often.Eddie Kohler2016-01-221-0/+36
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2015-11-1532-253/+185
|\ \ | |/
| * Use the same CS for all json testsJakub Zelenka2015-11-1532-252/+185
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-212-0/+43
|\ \ | |/
| * Add tests for json_last_error()/json_last_error_msg() failuresKubo22015-07-212-0/+43
* | Fix incompatible JSON errorsJakub Zelenka2015-06-281-0/+16
* | Fix bug #62010 (json_decode produces invalid byte-sequences)Jakub Zelenka2015-06-281-0/+15
* | Fix bug #68546 (json_decode cannot access property started with \0)Jakub Zelenka2015-06-211-0/+25
* | Added test for bug 69187Hugo Fonseca2015-03-071-0/+33
* | Merge branch 'PHP-5.6'Jakub Zelenka2015-02-221-0/+14
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Jakub Zelenka2015-02-221-0/+14
| |\
| | * Fix bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers p...Jakub Zelenka2015-02-221-0/+14
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-02-042-18/+2
| |\ \ | | |/
| | * Revert "json_decode() should generate a syntax error when given ""."Julien Pauli2015-02-042-18/+2
* | | Fix invalid test for bug 54484Jakub Zelenka2015-02-021-1/+1
* | | Merge branch 'master' into jsondJakub Zelenka2015-02-022-2/+18
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Adam Harvey2015-02-022-2/+18
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2015-02-022-2/+18
| | |\ \ | | | |/
| | | * json_decode() should generate a syntax error when given "".Adam Harvey2015-02-022-2/+18
* | | | Merge branch 'master' into jsondJakub Zelenka2015-01-251-0/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-191-0/+60
| |\ \ \ | | |/ /
| | * | Fixed bug #50224 where float without decimals were converted to integerJuan Basso2015-01-191-0/+60
| * | | Fix bug #68817: Null pointer deferenceStanislav Malyshev2015-01-141-0/+17
* | | | Porting implementation of RFC json_preserve_fractional_partJuan Basso2015-01-121-0/+60
* | | | Modify json/tests/pass003 to ignore internal object IDJakub Zelenka2014-12-121-5/+5
|/ / /
* | | Port JSONNikita Popov2014-05-051-1/+1
|/ /
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-131-0/+20
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-131-0/+20
| |\
| | * Merge branch 'pull-request/518' into PHP-5.4Stanislav Malyshev2014-04-131-0/+20
| | |\
| | | * Fix #66021 (Blank line inside empty array/object)Kevin Israel2013-11-021-0/+20