summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-11-19 17:38:42 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-11-19 17:38:42 +0000
commit8053a324aadf74c061f6142e2011b89433d09fee (patch)
treeb1b978f1ade825c71a7df432c4a22046e219faa5
parent47ee4d5e881316d6fda7441d7eff28cb9a537211 (diff)
downloadphp-git-8053a324aadf74c061f6142e2011b89433d09fee.tar.gz
typo fix
-rw-r--r--ext/standard/tests/time/bug26320.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/time/bug26320.phpt b/ext/standard/tests/time/bug26320.phpt
index eaa009935c..b57712009f 100644
--- a/ext/standard/tests/time/bug26320.phpt
+++ b/ext/standard/tests/time/bug26320.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #26320 (strtotime handling of XML Schema/ISO 6801 format)
+Bug #26320 (strtotime handling of XML Schema/ISO 8601 format)
--SKIP--
if (!@putenv("TZ=GMT0") || getenv("TZ") != 'GMT0') {
die("skip unable to change TZ enviroment variable\n");