derick Wed, 07 Dec 2011 19:42:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=320605
Log:
Test cosmetics.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/date/tests/bug48476.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug48678.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug50392.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug51096.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug52062-64bit.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug52062.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug52113.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug53437.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug53502.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug54597.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug54851.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug55253.phpt
U php/php-src/branches/PHP_5_3/ext/date/tests/bug60236.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug48476.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug48678.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug50392.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug51096.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug52062-64bit.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug52113.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug53437.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug53502.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug54597.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug54851.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug55253.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/bug60236.phpt
U php/php-src/trunk/ext/date/tests/bug48476.phpt
U php/php-src/trunk/ext/date/tests/bug48678.phpt
U php/php-src/trunk/ext/date/tests/bug50392.phpt
U php/php-src/trunk/ext/date/tests/bug51096.phpt
U php/php-src/trunk/ext/date/tests/bug52062-64bit.phpt
U php/php-src/trunk/ext/date/tests/bug52062.phpt
U php/php-src/trunk/ext/date/tests/bug52113.phpt
U php/php-src/trunk/ext/date/tests/bug53437.phpt
U php/php-src/trunk/ext/date/tests/bug53502.phpt
U php/php-src/trunk/ext/date/tests/bug54597.phpt
U php/php-src/trunk/ext/date/tests/bug54851.phpt
U php/php-src/trunk/ext/date/tests/bug55253.phpt
U php/php-src/trunk/ext/date/tests/bug60236.phpt
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug48476.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug48476.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug48476.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug#48476 (cloning extended DateTime class without calling parent::__constr crashed PHP)
+Bug #48476 (cloning extended DateTime class without calling parent::__constr crashed PHP)
--FILE--
<?php
class MyDateTime extends DateTime {
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug48678.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug48678.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug48678.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #48678: DateInterval segfaults when unserialising
+Bug #48678 (DateInterval segfaults when unserialising)
--FILE--
<?php
$x = new DateInterval("P3Y6M4DT12H30M5S");
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug50392.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug50392.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug50392.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
<?php
date_default_timezone_set('Europe/Bratislava');
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug51096.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug51096.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug51096.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #51096: Test for "first day" vs "first day of".
+Bug #51096 (Test for "first day" vs "first day of")
--FILE--
<?php
$tests = array(
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug52062-64bit.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug52062-64bit.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug52062-64bit.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
<?php
if (PHP_INT_SIZE == 4) die('skip 64 bit only');
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug52062.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug52062.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug52062.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
<?php
if (PHP_INT_SIZE == 8) die('skip 32-bit only');
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug52113.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug52113.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug52113.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #52113: Seg fault while creating (by unserialization) DatePeriod
+Bug #52113 (Seg fault while creating (by unserialization) DatePeriod)
--INI--
date.timezone=UTC
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug53437.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug53437.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug53437.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #53437: Crash when using unserialized DatePeriod instance
+Bug #53437 (Crash when using unserialized DatePeriod instance)
--XFAIL--
Bug #53437 Not fixed yet
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug53502.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug53502.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug53502.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #53502: strtotime with timezone memory leak
+Bug #53502 (strtotime with timezone memory leak)
--INI--
date.timezone=UTC
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug54597.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug54597.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug54597.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
date.timezone=Europe/London
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug54851.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug54851.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug54851.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #54851: DateTime::createFromFormat() doesn't interpret "D".
+Bug #54851 (DateTime::createFromFormat() doesn't interpret "D")
--INI--
date.timezone=UTC
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug55253.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug55253.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug55253.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
Daniel Convissor <[email protected]>
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug60236.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug60236.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug60236.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #60236: TLA timezone dates are not converted properly from timestamp
+Bug #60236 (TLA timezone dates are not converted properly from timestamp)
--INI--
date.timezone=America/New_York
--FILE--
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug48476.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug48476.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug48476.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug#48476 (cloning extended DateTime class without calling parent::__constr crashed PHP)
+Bug #48476 (cloning extended DateTime class without calling parent::__constr crashed PHP)
--FILE--
<?php
class MyDateTime extends DateTime {
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug48678.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug48678.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug48678.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #48678: DateInterval segfaults when unserialising
+Bug #48678 (DateInterval segfaults when unserialising)
--FILE--
<?php
$x = new DateInterval("P3Y6M4DT12H30M5S");
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug50392.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug50392.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug50392.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
<?php
date_default_timezone_set('Europe/Bratislava');
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug51096.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug51096.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug51096.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #51096: Test for "first day" vs "first day of".
+Bug #51096 (Test for "first day" vs "first day of")
--FILE--
<?php
$tests = array(
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug52062-64bit.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug52062-64bit.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug52062-64bit.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
<?php
if (PHP_INT_SIZE == 4) die('skip 64 bit only');
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
<?php
if (PHP_INT_SIZE == 8) die('skip 32-bit only');
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug52113.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug52113.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug52113.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #52113: Seg fault while creating (by unserialization) DatePeriod
+Bug #52113 (Seg fault while creating (by unserialization) DatePeriod)
--INI--
date.timezone=UTC
--FILE--
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug53437.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug53437.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug53437.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #53437: Crash when using unserialized DatePeriod instance
+Bug #53437 (Crash when using unserialized DatePeriod instance)
--XFAIL--
Bug #53437 Not fixed yet
--FILE--
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug53502.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug53502.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug53502.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #53502: strtotime with timezone memory leak
+Bug #53502 (strtotime with timezone memory leak)
--INI--
date.timezone=UTC
--FILE--
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug54597.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug54597.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug54597.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
date.timezone=Europe/London
--FILE--
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug54851.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug54851.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug54851.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #54851: DateTime::createFromFormat() doesn't interpret "D".
+Bug #54851 (DateTime::createFromFormat() doesn't interpret "D")
--INI--
date.timezone=UTC
--FILE--
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug55253.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug55253.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug55253.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
Daniel Convissor <[email protected]>
--FILE--
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug60236.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug60236.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug60236.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #60236: TLA timezone dates are not converted properly from timestamp
+Bug #60236 (TLA timezone dates are not converted properly from timestamp)
--INI--
date.timezone=America/New_York
--FILE--
Modified: php/php-src/trunk/ext/date/tests/bug48476.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug48476.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug48476.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug#48476 (cloning extended DateTime class without calling parent::__constr crashed PHP)
+Bug #48476 (cloning extended DateTime class without calling parent::__constr crashed PHP)
--FILE--
<?php
class MyDateTime extends DateTime {
Modified: php/php-src/trunk/ext/date/tests/bug48678.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug48678.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug48678.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #48678: DateInterval segfaults when unserialising
+Bug #48678 (DateInterval segfaults when unserialising)
--FILE--
<?php
$x = new DateInterval("P3Y6M4DT12H30M5S");
Modified: php/php-src/trunk/ext/date/tests/bug50392.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug50392.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug50392.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
<?php
date_default_timezone_set('Europe/Bratislava');
Modified: php/php-src/trunk/ext/date/tests/bug51096.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug51096.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug51096.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #51096: Test for "first day" vs "first day of".
+Bug #51096 (Test for "first day" vs "first day of")
--FILE--
<?php
$tests = array(
Modified: php/php-src/trunk/ext/date/tests/bug52062-64bit.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug52062-64bit.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug52062-64bit.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
<?php
if (PHP_INT_SIZE == 4) die('skip 64 bit only');
Modified: php/php-src/trunk/ext/date/tests/bug52062.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug52062.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug52062.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
<?php
if (PHP_INT_SIZE == 8) die('skip 32-bit only');
Modified: php/php-src/trunk/ext/date/tests/bug52113.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug52113.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug52113.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #52113: Seg fault while creating (by unserialization) DatePeriod
+Bug #52113 (Seg fault while creating (by unserialization) DatePeriod)
--INI--
date.timezone=UTC
--FILE--
Modified: php/php-src/trunk/ext/date/tests/bug53437.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug53437.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug53437.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #53437: Crash when using unserialized DatePeriod instance
+Bug #53437 (Crash when using unserialized DatePeriod instance)
--XFAIL--
Bug #53437 Not fixed yet
--FILE--
Modified: php/php-src/trunk/ext/date/tests/bug53502.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug53502.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug53502.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #53502: strtotime with timezone memory leak
+Bug #53502 (strtotime with timezone memory leak)
--INI--
date.timezone=UTC
--FILE--
Modified: php/php-src/trunk/ext/date/tests/bug54597.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug54597.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug54597.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
date.timezone=Europe/London
--FILE--
Modified: php/php-src/trunk/ext/date/tests/bug54851.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug54851.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug54851.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #54851: DateTime::createFromFormat() doesn't interpret "D".
+Bug #54851 (DateTime::createFromFormat() doesn't interpret "D")
--INI--
date.timezone=UTC
--FILE--
Modified: php/php-src/trunk/ext/date/tests/bug55253.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug55253.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug55253.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--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--
Daniel Convissor <[email protected]>
--FILE--
Modified: php/php-src/trunk/ext/date/tests/bug60236.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug60236.phpt 2011-12-07 19:24:58 UTC (rev 320604)
+++ php/php-src/trunk/ext/date/tests/bug60236.phpt 2011-12-07 19:42:44 UTC (rev 320605)
@@ -1,5 +1,5 @@
--TEST--
-Bug #60236: TLA timezone dates are not converted properly from timestamp
+Bug #60236 (TLA timezone dates are not converted properly from timestamp)
--INI--
date.timezone=America/New_York
--FILE--
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php