php-src/ext/date/tests/bug43960.phpt
2008-02-03 14:37:00 +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)