--TEST-- DateInterval uninitialised exceptions --INI-- date.timezone=Europe/London --FILE-- getMessage(), "\n"; } } $mdi = new MyDateInterval(); check(fn() => serialize($mdi)); check(fn() => $mdi->format("Y-m-d")); ?> --EXPECTF-- DateObjectError: Object of type MyDateInterval (inheriting DateInterval) has not been correctly initialized by calling parent::__construct() in its constructor DateObjectError: Object of type MyDateInterval (inheriting DateInterval) has not been correctly initialized by calling parent::__construct() in its constructor