1--TEST-- 2Test invalid time zone passed to ini_set 3--FILE-- 4<?php 5 6ini_set("date.timezone", "Incorrect/Zone"); 7 8?> 9--EXPECTF-- 10Warning: ini_set(): Invalid date.timezone value 'Incorrect/Zone', we selected the timezone 'UTC' for now. in %sini_set_incorrect.php on line %d 11