1--TEST--
2date_default_timezone_get() function [4]
3--INI--
4date.timezone=Incorrect/Zone
5--FILE--
6<?php
7	echo date_default_timezone_get(), "\n";
8?>
9--EXPECTF--
10Warning: date_default_timezone_get(): Invalid date.timezone value 'Incorrect/Zone', we selected the timezone 'UTC' for now. in %sdate_default_timezone_get-4.php on line %d
11UTC
12