.. |
001.phpt
|
Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64
|
2009-01-23 20:23:29 +00:00 |
002.phpt
|
MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array
|
2009-03-17 23:15:40 +00:00 |
003.phpt
|
- Fixed tests
|
2010-04-03 15:42:42 +00:00 |
004.phpt
|
- Fixed tests
|
2010-04-03 15:42:42 +00:00 |
005.phpt
|
Fixed test related to bug #38469
|
2007-12-28 13:23:00 +00:00 |
006.phpt
|
MFH (json.c r-1.32) Add support for encoding options
|
2007-12-17 07:48:27 +00:00 |
007.phpt
|
MFH Add json_last_error() for getting a bit of information about what failed during a decode, also fixes a segfault when we have [1}
|
2008-12-19 02:00:57 +00:00 |
008.phpt
|
Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers
|
2010-05-21 22:59:58 +00:00 |
bug40503.phpt
|
fix tests
|
2007-04-26 23:30:00 +00:00 |
bug41034.phpt
|
fix test
|
2007-04-16 09:11:10 +00:00 |
bug41067.phpt
|
Fixed bug #41067 (json_encode() problem with UTF-16 input).
|
2007-04-16 22:31:05 +00:00 |
bug41403.phpt
|
- Added missing SKIPIFs
|
2007-06-29 13:51:27 +00:00 |
bug41504.phpt
|
oops
|
2007-06-29 14:00:21 +00:00 |
bug41567.phpt
|
- Fixed tests
|
2008-11-19 16:58:28 +00:00 |
bug42090.phpt
|
MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings
|
2008-12-12 23:19:47 +00:00 |
bug42785.phpt
|
Added test for bug #42785
|
2007-10-01 15:33:11 +00:00 |
bug43941.phpt
|
fix #43941: invalid utf-8 not accepted
|
2008-01-30 03:17:57 +00:00 |
bug45791.phpt
|
MFH Missing skip in tests
|
2009-03-17 23:31:14 +00:00 |
bug46215.phpt
|
Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64
|
2009-01-23 20:23:29 +00:00 |
bug46944.phpt
|
Fix test again...
|
2009-01-08 14:09:49 +00:00 |
bug47644.phpt
|
MFH Fix bug #47644 - Valid integers are truncated with json_decode()
|
2009-03-17 02:00:13 +00:00 |
bug53946.phpt
|
Add test for #53946 to 5.4 (missed it when committing revision 315707)
|
2011-08-29 14:57:53 +00:00 |
bug54058.phpt
|
Fix Bug #54058, invalid utf-8 doesn't set json_encode() in all cases
|
2011-02-21 08:09:02 +00:00 |
bug54484.phpt
|
Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()).
|
2011-06-01 09:44:38 +00:00 |
bug55543.phpt
|
Fixed bug #55543 (json_encode() with JSON_NUMERIC_CHECK fails on objects with numeric string properties)
|
2011-10-17 23:51:25 +00:00 |
fail001.phpt
|
Fix test to test higher nesting level
|
2008-07-31 11:46:23 +00:00 |
json_decode_basic.phpt
|
New json extension tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-06-14 12:08:27 +00:00 |
json_decode_error.phpt
|
Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers
|
2010-05-21 22:59:58 +00:00 |
json_encode_basic_utf8.phpt
|
New json extension tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-06-14 12:08:27 +00:00 |
json_encode_basic.phpt
|
Added support for JSON_NUMERIC_CHECK option in json_encode() that converts
|
2010-05-20 19:37:52 +00:00 |
json_encode_error.phpt
|
New json extension tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-06-14 12:08:27 +00:00 |
json_encode_numeric.phpt
|
Added support for JSON_NUMERIC_CHECK option in json_encode() that converts
|
2010-05-20 19:37:52 +00:00 |
json_encode_pretty_print.phpt
|
Implement FR #44331 (Formatting option for json_encode). Bikeshedding about the
|
2010-09-16 16:21:15 +00:00 |
json_encode_unescaped_slashes.phpt
|
Implemented FR #49366 (Make slash escaping optional in json_encode()).
|
2010-09-16 13:53:27 +00:00 |
pass001.1_64bit.phpt
|
Fix broken json tests in all branches
|
2009-08-03 04:01:57 +00:00 |
pass001.1.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
pass001.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
pass002.phpt
|
- Test name must not be more than a single line
|
2006-08-07 23:28:05 +00:00 |
pass003.phpt
|
- Test name must not be more than a single line
|
2006-08-07 23:28:05 +00:00 |
serialize.phpt
|
Rename JSON_Serializable to JsonSerializable per ML discussion
|
2010-05-12 16:42:48 +00:00 |