k.schroeder Sun Feb 9 07:34:07 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard/tests/time 002.phpt
Log:
die() to skip second message
Index: php4/ext/standard/tests/time/002.phpt
diff -u php4/ext/standard/tests/time/002.phpt:1.4.2.1
php4/ext/standard/tests/time/002.phpt:1.4.2.2
--- php4/ext/standard/tests/time/002.phpt:1.4.2.1 Sun Feb 9 07:07:42 2003
+++ php4/ext/standard/tests/time/002.phpt Sun Feb 9 07:34:07 2003
@@ -3,7 +3,7 @@
--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");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php