summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug43960.phpt
blob: 10cbf29fa4091a0cc50ddab5a60dd7d49f21388b (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
--INI--
date.timezone=UTC
--FILE--
<?php
var_dump(strtotime('i like to eat slices at work'));
?>
--EXPECT--
bool(false)