php-src/ext/date/tests/bug62852.phpt
2013-03-19 21:19:55 +01:00

15 lines
397 B
PHP

--TEST--
Bug #62852 (Unserialize invalid DateTime causes crash), variation 1
--INI--
date.timezone=GMT
--FILE--
<?php
$s1 = 'O:8:"DateTime":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}';
try {
unserialize( $s1 );
} catch ( Exception $e ) {}
--EXPECTF--
Fatal error: Invalid serialization data for DateTime object in %sbug62852.php on line %d