summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug46111.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/bug46111.phpt')
-rw-r--r--ext/date/tests/bug46111.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug46111.phpt b/ext/date/tests/bug46111.phpt
index 806424ebc6..4fcdfb6fdf 100644
--- a/ext/date/tests/bug46111.phpt
+++ b/ext/date/tests/bug46111.phpt
@@ -9,7 +9,7 @@ $timezones = timezone_identifiers_list();
print "[strtotime(timezone) == false - Begin List]\n";
foreach ($timezones as $zone) {
$date_string = "2008-01-01 13:00:00 " . $zone;
-
+
if (!strtotime($date_string)) {
echo $zone . "\n";
}