-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/date/tests/
File Upload :
Current File : //usr/src/php/ext/date/tests/bug43960.phpt

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

Copyright © 2017 || Recoded By Mr.Bumblebee