Tyson Andre
|
32a1ebbd43
|
Clean up calls to extension_loaded('json') in tests
These are no longer needed after https://wiki.php.net/rfc/always_enable_json
Closes GH-5637
|
2020-05-28 15:07:47 -04:00 |
|
Máté Kocsis
|
50765075db
|
Improve some ValueError messages
Closes GH-5340
|
2020-04-06 10:41:01 +02:00 |
|
George Peter Banyard
|
734932ecbb
|
Convert warnings to ValueError
|
2019-12-08 21:03:14 +01:00 |
|
Fabien Villepinte
|
a555cc0b3d
|
Clean DONE tags from tests
Remove most of the `===DONE===` tags and its variations.
Keep `===DONE===` if the test output otherwise becomes empty.
Closes GH-4872.
|
2019-11-07 21:31:47 +01:00 |
|
Nikita Popov
|
852485d8ec
|
Adjust tests for zpp TypeError change
|
2019-03-11 11:32:20 +01:00 |
|
Nat Zimmermann
|
2d1ec6f4b5
|
Add tests for json_decode with depth below 0
|
2018-01-24 21:23:24 +01:00 |
|
Jakub Zelenka
|
e5abc53701
|
Use the same CS for all json tests
|
2015-11-15 19:06:09 +00:00 |
|
Sara Golemon
|
6eb4218433
|
Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers
as strings rather than casting to double and loosing precision.
|
2010-05-21 22:59:58 +00:00 |
|
andy wharmby
|
845595eb7c
|
New json extension tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-06-14 12:08:33 +00:00 |
|