Skip to content

Commit e46d589

Browse files
committed
Fix tests
1 parent 12107d6 commit e46d589

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/date/tests/date-time-modify-times.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ foreach ( $tests as $start => $data )
3434
echo "\n";
3535
?>
3636
--EXPECT--
37-
Sat, 23 Oct 2010 00:00:00 +0000
37+
Fri, 15 Oct 2010 23:00:00 +0000
3838
Wed, 15 Dec 2010 16:15:00 +0000
3939
Mon, 20 Dec 2010 00:00:00 +0000
4040
Mon, 20 Dec 2010 10:00:00 +0000
4141
Tue, 21 Dec 2010 12:00:00 +0000
4242
Mon, 03 Jan 2011 00:00:00 +0000
4343
Mon, 03 Jan 2011 09:00:00 +0000
44-
Sat, 23 Oct 2010 00:00:00 +0100
44+
Fri, 15 Oct 2010 23:00:00 +0100
4545
Sun, 28 Mar 2010 00:15:00 +0000
4646
Sun, 28 Mar 2010 02:15:00 +0100
4747
Sun, 28 Mar 2010 02:15:00 +0100

ext/standard/tests/strings/bug70436.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DONE
4848
--EXPECTF--
4949
Notice: unserialize(): Error at offset 0 of 3 bytes in %sbug70436.php on line %d
5050

51-
Notice: unserialize(): Error at offset 17 of 17 bytes in %sbug70436.php on line %d
51+
Notice: unserialize(): Error at offset 16 of 17 bytes in %sbug70436.php on line %d
5252
array(4) {
5353
[0]=>
5454
int(1)
@@ -62,4 +62,4 @@ array(4) {
6262
[3]=>
6363
bool(false)
6464
}
65-
DONE
65+
DONE

0 commit comments

Comments
 (0)