summaryrefslogtreecommitdiff
path: root/ext/json/tests/004.phpt
Commit message (Expand)AuthorAgeFilesLines
* Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-281-2/+0
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
* json_encode(): Detect recursion earlierNikita Popov2016-11-191-1/+1
* Add json_last_error_msg() functionNikita Popov2012-06-281-4/+2
* Improve JSON error handlingNikita Popov2012-06-271-2/+8
* Improve json_encode error handlingNikita Popov2012-06-231-0/+10
* - Fixed testsFelipe Pena2010-04-031-4/+1
* MFH: use E_WARNING on recursion and add null to the result to keep it validAntony Dovgal2006-07-201-1/+3
* MFH: add recursion protection to json_encode() and new testsAntony Dovgal2006-07-201-0/+25