php-src/ext/date/tests/bug43960.phpt
2008-01-29 20:10:24 +00:00

9 lines
186 B
PHP

--TEST--
Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
--FILE--
<?php
var_dump(strtotime('i like to eat slices at work'));
?>
--EXPECT--
bool(false)