die() to skip second message

This commit is contained in:
Kai Schroeder 2003-02-09 12:34:55 +00:00
parent 1e24498461
commit 6fa2536252

View File

@ -3,7 +3,7 @@ strtotime() function
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
print 'skip Windows does not support dates prior to midnight (00:00:00), January 1, 1970';
die('skip Windows does not support dates prior to midnight (00:00:00), January 1, 1970');
}
if (!@putenv("TZ=Europe/Amsterdam") || getenv("TZ") != 'Europe/Amsterdam') {
die("skip unable to change TZ enviroment variable\n");