php-src/ext/standard/tests/serialize
Xinchen Hui f52b2e6a65 Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail)
about the __sleep one, since php_serialize_* are all void function,
so,,only check exception at the very begining
2013-03-09 23:00:58 +08:00
..
001.phpt adding the serialize_precision=100 for the tests, credits to Mats Lindh for reporting it 2011-05-16 23:31:14 +00:00
002.phpt
003.phpt
004.phpt
005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
006.phpt
autoload_implements.p5c
autoload_interface.p5c
bug14293.phpt
bug21957.phpt
bug23298.phpt
bug24063.phpt
bug25378.phpt
bug26762.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug27469.phpt
bug28325.phpt
bug30234.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31402.phpt
bug31442.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35895.phpt Add test for #35895 2012-10-02 00:27:35 +08:00
bug36424.phpt
bug37947.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug42919.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug43614.phpt
bug45706.phpt
bug46882.phpt
bug55798.phpt - Fixed #55798: serialize followed by unserialize with numeric object prop. 2011-09-28 14:47:42 +00:00
bug62373.phpt Fix bug #62373 (serialize() generates wrong reference to the object) 2012-06-25 19:14:19 +09:00
bug62836_1.phpt Fixed bug #62836 (Seg fault or broken object references on unserialize()) 2012-08-17 18:28:32 +08:00
bug62836_2.phpt Fixed bug #62836 (Seg fault or broken object references on unserialize()) 2012-08-17 18:28:32 +08:00
bug64354_1.phpt Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail) 2013-03-09 23:00:58 +08:00
bug64354_2.phpt Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail) 2013-03-09 23:00:58 +08:00
bug64354_3.phpt Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail) 2013-03-09 23:00:58 +08:00
incomplete_class.phpt
precision.phpt - Changed default serialize_precision from 100 to 17, as discussed in internals. 2011-02-08 21:40:51 +00:00
serialization_arrays_001.phpt adding the serialize_precision=100 for the tests, credits to Mats Lindh for reporting it 2011-05-16 23:31:14 +00:00
serialization_arrays_002.phpt
serialization_arrays_003.phpt
serialization_arrays_004.phpt
serialization_arrays_005.phpt
serialization_error_001.phpt
serialization_miscTypes_001.phpt duh, I didn't wanted to commit that modification 2011-10-23 20:14:26 +00:00
serialization_objects_001.phpt adding the serialize_precision=100 for the tests, credits to Mats Lindh for reporting it 2011-05-16 23:31:14 +00:00
serialization_objects_002.phpt adding the serialize_precision=100 for the tests, credits to Mats Lindh for reporting it 2011-05-16 23:31:14 +00:00
serialization_objects_003.phpt adding the serialize_precision=100 for the tests, credits to Mats Lindh for reporting it 2011-05-16 23:31:14 +00:00
serialization_objects_004.phpt
serialization_objects_005.phpt
serialization_objects_006.phpt
serialization_objects_007.phpt
serialization_objects_008.phpt
serialization_objects_009.phpt
serialization_objects_010.phpt
serialization_objects_011.phpt
serialization_objects_012.phpt
serialization_objects_013.phpt
serialization_objects_014.phpt
serialization_objects_015.phpt
serialization_precision_001.phpt
serialization_precision_002.phpt
serialization_resources_001.phpt
unserializeS.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00