1--TEST-- 2Bug #43960 (strtotime() returns timestamp in the future when given a bogus string) 3--FILE-- 4<?php 5date_default_timezone_set('UTC'); 6var_dump(strtotime('i like to eat slices at work')); 7?> 8--EXPECT-- 9bool(false) 10