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