yohgaki         Mon Oct 14 05:32:36 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  Fixed warnings
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.70 php4/run-tests.php:1.71
--- php4/run-tests.php:1.70     Mon Oct 14 03:18:23 2002
+++ php4/run-tests.php  Mon Oct 14 05:32:36 2002
@@ -87,7 +87,7 @@
 if (getenv('TEST_PHP_USER')) {
        $user_tests = explode (',', getenv('TEST_PHP_USER'));
 } else {
-       $user_tests = NULL;
+       $user_tests = array();
 }
 
 // Write test context information.



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to