php-src/ext/date/tests/bug43960.phpt
Rasmus Lerdorf 7b307cc256 Typo
2008-01-31 21:36:40 +00:00

11 lines
212 B
PHP

--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)