From e6bcb07c7552fecc172ee9479e12c7455a5812c2 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 14 Oct 2002 09:32:36 +0000 Subject: Fixed warnings --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index b0dbb7bf86..2d496e46fb 100755 --- a/run-tests.php +++ b/run-tests.php @@ -87,7 +87,7 @@ if (getenv('TEST_PHP_DETAILED')) { if (getenv('TEST_PHP_USER')) { $user_tests = explode (',', getenv('TEST_PHP_USER')); } else { - $user_tests = NULL; + $user_tests = array(); } // Write test context information. -- cgit v1.2.1