Commit Graph

24 Commits

Author SHA1 Message Date
Dmitry Stogov
9f4a22f1a8 Fixed test related to bug #38469 2007-12-28 13:23:13 +00:00
Sara Golemon
18e9c88c10 Add support for encoding options 2007-12-17 07:48:21 +00:00
Ilia Alshanetsky
07ef5c5526 MFB: Added test for bug #42785 2007-10-01 15:33:29 +00:00
Hannes Magnusson
374e0a5d02 Fixed bug#42090 (json_decode causes segmentation fault) 2007-07-24 22:54:26 +00:00
Dmitry Stogov
e4355a6377 Fixed test 2007-07-10 07:51:23 +00:00
foobar
5b3bb06fb8 - Added missing SKIPIF 2007-06-29 13:51:18 +00:00
Antony Dovgal
419334d9b5 fix tests 2007-06-08 09:03:23 +00:00
Antony Dovgal
a9230e2726 fix test 2007-05-29 12:01:14 +00:00
Hannes Magnusson
8d5f95bfac MFB: Fix test after stack limit bump 2007-05-25 12:31:35 +00:00
Antony Dovgal
b21fe28568 fix #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.') 2007-05-16 12:53:36 +00:00
Antony Dovgal
419c5b3db1 fix tests
add test for yet not merged fix
2007-04-26 23:42:36 +00:00
Antony Dovgal
1607e9fa79 MFB fix for #41034
add missing tests
2007-04-23 10:48:13 +00:00
Antony Dovgal
9a5b6ffceb fix test 2007-04-20 10:15:12 +00:00
Antony Dovgal
4676d78ab5 MFB: #40503 (json_encode() value corruption on 32bit systems with overflown values) 2007-02-19 19:44:44 +00:00
Antony Dovgal
93cd342f48 fix tests 2006-10-19 20:17:17 +00:00
Dmitry Stogov
d7c13d414c Fixed memory leaks 2006-09-13 13:26:10 +00:00
Marcus Boerger
7bdb451318 - MFB Test name must not be more than a single line 2006-08-07 23:33:57 +00:00
Antony Dovgal
004e6c6cf6 add missing UEXPECTF section 2006-08-07 21:51:06 +00:00
Antony Dovgal
7766768cfb use E_WARNING on recursion and add null to the result to keep it valid 2006-07-20 09:33:15 +00:00
Antony Dovgal
3f197f1c3c add recursion protection to json_encode() and new tests 2006-07-20 08:56:24 +00:00
Antony Dovgal
321184da5e fix segfault caused by empty keys is JSON data
add test
2006-07-20 08:23:45 +00:00
Omar Kilani
2d294a8b39 - Fix issue with encoding arrays with integer keys.
- Modified pass001.1.phpt to test a mix of integers and strings as keys.
2006-03-04 15:31:27 +00:00
Omar Kilani
690859c1fd Fix encoding of empty strings.
Add empty string value test case.
2006-02-02 10:54:32 +00:00
Omar Kilani
73cead23a5 Add tests for JSON based on tests found on json.org:
http://www.crockford.com/JSON/JSON_checker/test/
2006-01-31 09:00:14 +00:00