summaryrefslogtreecommitdiff
path: root/ext/date/tests/strtotime_basic2.phpt
blob: 5f9bcd552e1e738fa54cc313cd3edf244a2dfd07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
strtotime() with return false
--CREDITS--
"Anna Filina" <afilina@phpquebec.org>
#PHPTestFest2009 2009-05-02
--INI--
date.timezone=UTC
--FILE--
<?php
var_dump(strtotime('mayy 2 2009')); // misspelled month name
?>
--EXPECT--
bool(false)