From: foobar Date: Fri, 4 Feb 2005 23:24:06 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.0.4RC1~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3726eb4973dee165c697581df538ddd96c68a4d;p=php fix test --- 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