I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / bug48678.php
blobe507398e50a8b84a946d34c023d7c39a4ec473b6
1 <?php
2 $x = new DateInterval("P3Y6M4DT12H30M5S");
3 print_r($x);
4 $y = unserialize(serialize($x));
5 print_r($y);