summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-14 09:32:36 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-14 09:32:36 +0000
commite6bcb07c7552fecc172ee9479e12c7455a5812c2 (patch)
treecb994b005d4a12f0a7d95c71bced4f79589baf72
parent06484d6eb2b275ebbcb05d0d689fa8e0b751571d (diff)
downloadphp-git-e6bcb07c7552fecc172ee9479e12c7455a5812c2.tar.gz
Fixed warnings
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
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.