]> granicus.if.org Git - php/commitdiff
die() to skip second message
authorKai Schroeder <k.schroeder@php.net>
Sun, 9 Feb 2003 12:34:07 +0000 (12:34 +0000)
committerKai Schroeder <k.schroeder@php.net>
Sun, 9 Feb 2003 12:34:07 +0000 (12:34 +0000)
ext/standard/tests/time/002.phpt

index 57513f0e60a2cbeb8202fa40ff0ce8e7f0527eca..fa33634bc80affb696d44ca2788a79dd508bf09b 100644 (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");