Test cosmetics.

This commit is contained in:
Derick Rethans 2011-12-07 19:42:44 +00:00
parent 6c242d9dd7
commit 38eecffe0d
13 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #48678: DateInterval segfaults when unserialising Bug #48678 (DateInterval segfaults when unserialising)
--FILE-- --FILE--
<?php <?php
$x = new DateInterval("P3Y6M4DT12H30M5S"); $x = new DateInterval("P3Y6M4DT12H30M5S");

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #50392 date_create_from_format enforces 6 digits for 'u' format character Bug #50392 (date_create_from_format enforces 6 digits for 'u' format character)
--FILE-- --FILE--
<?php <?php
date_default_timezone_set('Europe/Bratislava'); date_default_timezone_set('Europe/Bratislava');

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #51096: Test for "first day" vs "first day of". Bug #51096 (Test for "first day" vs "first day of")
--FILE-- --FILE--
<?php <?php
$tests = array( $tests = array(

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp (64 bit) Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (64 bit)
--SKIPIF-- --SKIPIF--
<?php <?php
if (PHP_INT_SIZE == 4) die('skip 64 bit only'); if (PHP_INT_SIZE == 4) die('skip 64 bit only');

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp (32 bit) Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (32 bit)
--SKIPIF-- --SKIPIF--
<?php <?php
if (PHP_INT_SIZE == 8) die('skip 32-bit only'); if (PHP_INT_SIZE == 8) die('skip 32-bit only');

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #52113: Seg fault while creating (by unserialization) DatePeriod Bug #52113 (Seg fault while creating (by unserialization) DatePeriod)
--INI-- --INI--
date.timezone=UTC date.timezone=UTC
--FILE-- --FILE--

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #53437: Crash when using unserialized DatePeriod instance Bug #53437 (Crash when using unserialized DatePeriod instance)
--XFAIL-- --XFAIL--
Bug #53437 Not fixed yet Bug #53437 Not fixed yet
--FILE-- --FILE--

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #53502: strtotime with timezone memory leak Bug #53502 (strtotime with timezone memory leak)
--INI-- --INI--
date.timezone=UTC date.timezone=UTC
--FILE-- --FILE--

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #54597: incorrect years for DateTime objects created with 4-digit years Bug #54597 (incorrect years for DateTime objects created with 4-digit years)
--INI-- --INI--
date.timezone=Europe/London date.timezone=Europe/London
--FILE-- --FILE--

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #54851: DateTime::createFromFormat() doesn't interpret "D". Bug #54851 (DateTime::createFromFormat() doesn't interpret "D")
--INI-- --INI--
date.timezone=UTC date.timezone=UTC
--FILE-- --FILE--

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #55253: DateTime::add() and sub() result -1 hour on objects with time zone type 2 Bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2)
--CREDITS-- --CREDITS--
Daniel Convissor <danielc@php.net> Daniel Convissor <danielc@php.net>
--FILE-- --FILE--

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #60236: TLA timezone dates are not converted properly from timestamp Bug #60236 (TLA timezone dates are not converted properly from timestamp)
--INI-- --INI--
date.timezone=America/New_York date.timezone=America/New_York
--FILE-- --FILE--