mirror of
https://github.com/php/php-src.git
synced 2025-01-07 03:13:33 +08:00
- Cosmetics for test case for #48678.
This commit is contained in:
parent
8698b73942
commit
855ef08020
@ -1,8 +1,8 @@
|
||||
--TEST--
|
||||
Bug #48678 DateInterval segfaults when unserialising
|
||||
Bug #48678: DateInterval segfaults when unserialising
|
||||
--FILE--
|
||||
<?php
|
||||
$x = new dateinterval("P3Y6M4DT12H30M5S");
|
||||
$x = new DateInterval("P3Y6M4DT12H30M5S");
|
||||
print_r($x);
|
||||
$y = unserialize(serialize($x));
|
||||
print_r($y);
|
||||
|
Loading…
Reference in New Issue
Block a user