summaryrefslogtreecommitdiff
path: root/ext/json/tests/json_encode_numeric.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-281-2/+0
| | | | | | These are no longer needed after https://wiki.php.net/rfc/always_enable_json Closes GH-5637
* Reindent phpt filesNikita Popov2020-02-031-6/+6
|
* Prevent from being affected by local php.iniXinchen Hui2017-10-131-0/+2
|
* Use the same CS for all json testsJakub Zelenka2015-11-151-5/+1
|
* Added support for JSON_NUMERIC_CHECK option in json_encode() that converts Ilia Alshanetsky2010-05-201-0/+26
numeric strings to integers.