]> granicus.if.org Git - php/commitdiff
Fixed warnings
authorYasuo Ohgaki <yohgaki@php.net>
Mon, 14 Oct 2002 09:32:36 +0000 (09:32 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Mon, 14 Oct 2002 09:32:36 +0000 (09:32 +0000)
run-tests.php

index b0dbb7bf86cedbe48d74971b192cd60357e13333..2d496e46fb6a5736ccf61ec82354661361d750e3 100755 (executable)
@@ -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.