php-src/ext/standard/tests/serialize
Anatol Belski 2b30b54275 Merge remote-tracking branch 'phpsec/PHP-7.0.13' into PHP-7.0
* phpsec/PHP-7.0.13:
  Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crash
  Fix #72696: imagefilltoborder stackoverflow on truecolor images
  Fix #72482: Ilegal write/read access caused by gdImageAALine overflow
  Fix bug #73144 and bug #73341 - remove extra dtor
  remove unreferenced var came in with merge
  Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle
  fix version
  set versions
2016-11-08 11:13:29 +01:00
..
001.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
002.phpt
003.phpt
004.phpt
005.phpt Fixed regression introduced by patch for bug #67072 2014-06-03 20:43:58 +02:00
006.phpt
autoload_implements.p5c
autoload_interface.p5c
bug14293.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug21957.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
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 Remove assignment of new by reference 2015-01-26 21:00:22 +01:00
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
bug64146.phpt fix bug #64146 (serialize incorrectly saving objects when they are 2013-10-04 16:16:15 +02: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
bug65481.phpt fix bug #65481 (shutdown segfault due to serialize) 2013-08-20 00:05:11 +02:00
bug65806.phpt such a weird hack probably helps in finding regressions in the future 2013-10-04 16:11:49 +02:00
bug67072.phpt Improved the fix for bug #67072, thanks Nikita 2014-04-18 15:13:32 +02:00
bug68044.phpt fix dir separators in test 2014-12-05 07:07:58 +01:00
bug68545.phpt move the test to the right place 2014-12-11 10:39:47 -08:00
bug68594.phpt Fix bug #68594 - Use after free vulnerability in unserialize() 2014-12-16 10:15:17 -08:00
bug68976.phpt add test for bug #68976 2015-03-17 17:16:15 -07:00
bug69139.phpt Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize) 2015-03-01 23:16:15 +08:00
bug69152.phpt Merge branch 'PHP-5.6' into PHP-7.0 2016-07-12 12:18:09 +08:00
bug69210.phpt Renamed test case to match with reported bug 2015-03-22 20:34:59 -07:00
bug69793.phpt Fix test output 2016-10-23 22:26:25 +02:00
bug70172_2.phpt Complete the fix of bug #70172 for PHP 7 2016-11-05 23:06:27 +01:00
bug70172.phpt Seems master is not affected 2015-09-02 23:15:57 -07:00
bug70219_1.phpt Skip serialize test if ext/session is not loaded 2015-10-18 15:43:03 -07:00
bug70219.phpt Temporary add XFAILs, will fix soon 2015-09-02 01:23:40 -07:00
bug70963.phpt Merge branch 'PHP-5.6' into PHP-7.0 2016-07-12 12:18:09 +08:00
bug71311.phpt fix dir separator 2016-02-02 09:56:57 +01:00
bug71313.phpt fix dir separator 2016-02-02 09:56:57 +01:00
bug71840.phpt Fixed bug #71840 (Unserialize accepts wrongly data) 2016-03-17 15:15:28 +08:00
bug71940.phpt Fixed bug #71940 (Unserialize crushes on restore object reference) 2016-04-07 13:56:55 +08:00
bug71995.phpt Fixed bug #71995 (Returning the same var twice from __sleep() produces broken serialized data) 2016-04-09 10:01:04 -07:00
bug72229.phpt Fixed bug #72229 (Wrong reference when serialize/unserialize an object) 2016-05-17 17:40:26 +08:00
bug72663_2.phpt Bug #72663 - part 2 2016-08-17 00:47:02 -07:00
bug72663_3.phpt Bug #72663 - part 3 2016-08-17 01:01:03 -07:00
bug72663.phpt Bug #72663 - part 1 2016-08-17 00:45:57 -07:00
bug73052.phpt Fix bug #73052 - Memory Corruption in During Deserialized-object Destruction 2016-09-12 17:53:44 +02:00
bug73341.phpt Fix bug #73144 and bug #73341 - remove extra dtor 2016-11-01 13:01:58 +01:00
counting_of_references.phpt Fix counting of "R:" references in serialize() 2014-09-24 12:06:19 +02:00
incomplete_class.phpt
precision.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +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 Adjust serialization tests to not rely on auto-vivification order 2014-08-18 18:20:34 +02:00
serialization_arrays_003.phpt
serialization_arrays_004.phpt
serialization_arrays_005.phpt
serialization_error_001.phpt secured unserialize 2014-11-22 22:25:18 -08:00
serialization_error_002.phpt fixed test 2013-11-21 21:24:47 +01:00
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 Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02: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 Adjust serialization tests to not rely on auto-vivification order 2014-08-18 18:20:34 +02:00
serialization_objects_014.phpt
serialization_objects_015.phpt
serialization_precision_001.phpt
serialization_precision_002.phpt
serialization_resources_001.phpt
unserialize_classes.phpt secured unserialize 2014-11-22 22:25:18 -08:00
unserialize_error_001.phpt Add some tests for unserialize() class filtering 2015-10-06 12:04:11 -07:00
unserialize_mem_leak.phpt Fixed memory leak 2015-04-14 00:57:45 +03:00
unserialize_subclasses.phpt Add some tests for unserialize() class filtering 2015-10-06 12:04:11 -07:00
unserializeS.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00