From 71b9c41a6b3350874f1a2f11e1f0fcf6ca7642e7 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 4 Feb 2005 23:23:34 +0000 Subject: [PATCH] fix test --- ext/standard/tests/time/bug13142.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/time/bug13142.phpt b/ext/standard/tests/time/bug13142.phpt index af3e1f2f31..25bf11589f 100644 --- a/ext/standard/tests/time/bug13142.phpt +++ b/ext/standard/tests/time/bug13142.phpt @@ -16,5 +16,5 @@ echo date("r\n", strtotime("Sep 04 16:39:45 2001")); echo date("r\n", strtotime("Sep 04 2001 16:39:45")); ?> --EXPECT-- -Tue, 4 Sep 2001 16:39:45 -0400 -Tue, 4 Sep 2001 16:39:45 -0400 +Tue, 04 Sep 2001 16:39:45 -0400 +Tue, 04 Sep 2001 16:39:45 -0400 -- 2.50.1